Unset $CFLAGS for "GNU non-executable stack" configure test; fixes #3889
With gcc 4.4 we get Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section} when running gcc with the -g flag. To work around this we unset CFLAGS when running the test.
Please register or sign in to comment