acinclude.m4 (enable_symvers): Quote $LD.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Fri, 10 May 2002 12:53:13 +0000 (12:53 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 10 May 2002 12:53:13 +0000 (12:53 +0000)
* acinclude.m4 (enable_symvers): Quote $LD.
* aclocal.m4: Regenerate.
* configure: Likewise.

From-SVN: r53361

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

index 1d9d90073f099d02841d7b0d24e66084e5a4e9ca..529f39524a3ae47617b89c87e609d8af608f2201 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * acinclude.m4 (enable_symvers): Quote $LD.
+       * aclocal.m4: Regenerate.
+       * configure: Likewise.
+
 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
 
        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
index 38fa8140d35c5ddeee52b5541b785615e6ceb9ed..322c20dda0a2f228567c943773f3ce5a840b1ebe 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 07cf49436b44411166d32ba932e71e79fa811a2a..dc5caa33f05a5d320db3d57ea0b134aec4e79136 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 491a6b3f00b1b3508fb180f37a70a2597c4f3392..d1c36f9edb7e5fed3261eab8ab85ba578589feec 100755 (executable)
@@ -21163,7 +21163,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