diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 73ab8e73f30..327ecbb19da 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1516,7 +1516,7 @@ rm -f conftest* fi echo "$ac_t""$gcc_cv_glibc" 1>&6 -if test "gcc_cv_glibc" = "yes"; then +if test $gcc_cv_glibc" = yes; then cat >> confdefs.h <<\EOF #define _GNU_SOURCE 1 EOF |