re PR libstdc++/23926 (libstdc++-v3 configure failed)

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
This commit is contained in:
Andrew Pinski 2005-10-12 01:18:03 +00:00 committed by Andrew Pinski
parent 6cc097c6c8
commit 595cf76b1f
3 changed files with 9 additions and 2 deletions

View 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.

View 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

View File

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