Commit c2f7d403 by Andreas Jaeger

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

From-SVN: r36559
parent 7373064a
...@@ -1516,7 +1516,7 @@ rm -f conftest* ...@@ -1516,7 +1516,7 @@ rm -f conftest*
fi fi
echo "$ac_t""$gcc_cv_glibc" 1>&6 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 cat >> confdefs.h <<\EOF
#define _GNU_SOURCE 1 #define _GNU_SOURCE 1
EOF EOF
......
...@@ -405,7 +405,7 @@ AC_CACHE_VAL(gcc_cv_glibc, ...@@ -405,7 +405,7 @@ AC_CACHE_VAL(gcc_cv_glibc,
[gcc_cv_glibc=yes], [gcc_cv_glibc=yes],
gcc_cv_glibc=no)]) gcc_cv_glibc=no)])
AC_MSG_RESULT($gcc_cv_glibc) 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]) AC_DEFINE(_GNU_SOURCE, 1, [Always define this when using the GNU C Library])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment