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