2005-10-11 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 01:18:03 +0000 (01:18 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 01:18:03 +0000 (01:18 +0000)
        PR libstdc++/23926
        * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
        for GNU LD.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105285 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e9f6883..67a8a32 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 d669702..9185a67 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 5a25997..e754c9e 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