Fix typo in applying last patch to configure.in and regenerate configure.

From-SVN: r36559
This commit is contained in:
Andreas Jaeger 2000-09-21 07:37:11 +02:00
parent 7373064a8d
commit c2f7d4034d
2 changed files with 2 additions and 2 deletions

2
gcc/configure vendored
View File

@ -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

View File

@ -405,7 +405,7 @@ AC_CACHE_VAL(gcc_cv_glibc,
[gcc_cv_glibc=yes],
gcc_cv_glibc=no)])
AC_MSG_RESULT($gcc_cv_glibc)
if test $gcc_cv_glibc" = yes; then
if test $gcc_cv_glibc = yes; then
AC_DEFINE(_GNU_SOURCE, 1, [Always define this when using the GNU C Library])
fi