]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/6755 (.../gcc-3.1/libstdc++-v3/configure script fails for mips-sgi-irix6.2)
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 23 May 2002 16:58:49 +0000 (16:58 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 23 May 2002 16:58:49 +0000 (16:58 +0000)
* acinclude.m4 (enable_symvers): Quote $LD.
* aclocal.m4: Regenerate.
* configure: Likewise.
Fixes PR target/6755.

From-SVN: r53794

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

index fb014930698af51947edb6bda5c154f0b727369c..6423488cde13cd85f5aca3a2b3764e914abe16a5 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * acinclude.m4 (enable_symvers): Quote $LD.
+       * aclocal.m4: Regenerate.
+       * configure: Likewise.
+       Fixes PR target/6755.
+
 2002-05-23  Benjamin Kosnik  <bkoz@redhat.com>
 
        * configure.in (release_VERSION): Update to 3.1.1.
index 9950f93cf8be6ab955bd87f3f68461bd81746c04..ea580df8d90ba97223948607112141e8499bc4ae 100644 (file)
@@ -2120,7 +2120,7 @@ enable_symvers=GLIBCPP_ENABLE_SYMVERS_DEFAULT)dnl
 # If we never went through the GLIBCPP_CHECK_LINKER_FEATURES macro, then we
 # don't know enough about $LD to do tricks... 
 if test x$enable_shared = xno || 
-       test x$LD = x || 
+       test "x$LD" = x || 
        test x$glibcpp_gnu_ld_version = x; then
   enable_symvers=no
 fi
index 7082d068fc962aab26c31bdc1365c610c49371a0..0eb1f6fb425184c4ad32e4a710f25c2ad73107ca 100644 (file)
@@ -2132,7 +2132,7 @@ enable_symvers=GLIBCPP_ENABLE_SYMVERS_DEFAULT)dnl
 # If we never went through the GLIBCPP_CHECK_LINKER_FEATURES macro, then we
 # don't know enough about $LD to do tricks... 
 if test x$enable_shared = xno || 
-       test x$LD = x || 
+       test "x$LD" = x || 
        test x$glibcpp_gnu_ld_version = x; then
   enable_symvers=no
 fi
index 79f76676524aa83ddab6602c090e8b28570b5983..cee305c0fcddc3a5f1515dfd80b8a19e8027e67d 100755 (executable)
@@ -21064,7 +21064,7 @@ fi
 # If we never went through the GLIBCPP_CHECK_LINKER_FEATURES macro, then we
 # don't know enough about $LD to do tricks... 
 if test x$enable_shared = xno || 
-       test x$LD = x || 
+       test "x$LD" = x || 
        test x$glibcpp_gnu_ld_version = x; then
   enable_symvers=no
 fi