mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Fix the configure check for growing stack
The check was getting the direction wrong, as proven by the just committed signal invocation hint test. https://bugzilla.gnome.org/show_bug.cgi?id=711871
This commit is contained in:
parent
e81e33b35d
commit
df71ecfc2d
@ -600,9 +600,9 @@ AC_CACHE_CHECK([for growing stack pointer],glib_cv_stack_grows,[
|
||||
int main () { volatile int y = 7; a = &y; foo (); return b > a; }
|
||||
void foo (void) { volatile int x = 5; b = &x; }
|
||||
],
|
||||
glib_cv_stack_grows=no
|
||||
,
|
||||
glib_cv_stack_grows=yes
|
||||
,
|
||||
glib_cv_stack_grows=no
|
||||
,)
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user