From: Andrew Pinski Date: Wed, 12 Oct 2005 01:18:03 +0000 (+0000) Subject: re PR libstdc++/23926 (libstdc++-v3 configure failed) X-Git-Tag: misc/cutover-cvs2svn~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595cf76b1f7e63889c5a0cc9b09163c0264d2e25;p=thirdparty%2Fgcc.git re PR libstdc++/23926 (libstdc++-v3 configure failed) 2005-10-11 Andrew Pinski PR libstdc++/23926 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check for GNU LD. * configure: Regenerate. From-SVN: r105285 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e9f68830103d..67a8a32d3ed1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2005-10-11 Andrew Pinski + + PR libstdc++/23926 + * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check + for GNU LD. + * configure: Regenerate. + 2005-10-10 Benjamin Kosnik * configure.ac (libtool_VERSION): To 6:7:0. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index d66970220a41..9185a67309e7 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 5a2599747664..e754c9e54e0c 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -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