OSDN Git Service

Fix typo in applying last patch to configure.in and regenerate configure.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Sep 2000 05:37:11 +0000 (05:37 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Sep 2000 05:37:11 +0000 (05:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36559 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/configure
gcc/configure.in

index 327ecbb..c9bc52e 100755 (executable)
@@ -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
index a19870f..2642e24 100644 (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