re PR libstdc++/23926 (libstdc++-v3 configure failed)
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 12 Oct 2005 01:18:03 +0000 (01:18 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 12 Oct 2005 01:18:03 +0000 (18:18 -0700)
2005-10-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libstdc++/23926
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
        for GNU LD.
        * configure: Regenerate.

From-SVN: r105285

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index e9f68830103dcdf6c813c915a8dbdb3756794147..67a8a32d3ed1466e5f9a2387a6df33554dcca877 100644 (file)
@@ -1,3 +1,10 @@
+2005-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR libstdc++/23926
+       * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
+       for GNU LD.
+       * configure: Regenerate.
+
 2005-10-10  Benjamin Kosnik  <bkoz@redhat.com>
 
        * configure.ac (libtool_VERSION): To 6:7:0.
index d66970220a410d0a2c8444adabdcb22165a7b2d0..9185a67309e7e5e5b834b6452c45302cd712df83 100644 (file)
@@ -1696,7 +1696,7 @@ if test x$enable_symvers = xyes ; then
   if test $enable_shared = no ||
      test "x$LD" = x ; then
     enable_symvers=no
-  elif test $with_gnu_ld == yes ; then
+  elif test $with_gnu_ld = yes ; then
     enable_symvers=gnu
   else
     case ${target_os} in
index 5a25997476643e4edfae9e03ad0ff24382407185..e754c9e54e0ccb3221d04a71dae8f8cc925c24f8 100755 (executable)
@@ -87257,7 +87257,7 @@ if test x$enable_symvers = xyes ; then
   if test $enable_shared = no ||
      test "x$LD" = x ; then
     enable_symvers=no
-  elif test $with_gnu_ld == yes ; then
+  elif test $with_gnu_ld = yes ; then
     enable_symvers=gnu
   else
     case ${target_os} in