]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (exeext): Use quotes in the test, to prevent a
authorPavel Roskin <pavel_roskin@geocities.com>
Wed, 9 Jun 1999 12:09:26 +0000 (12:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 1999 12:09:26 +0000 (12:09 +0000)
failure in sh.test.

ChangeLog
ltconfig.in

index b5048fa8f08e11c1a47483afab2e94999c303741..f59eccca20057f2cad7c67d920367d663119fc24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-09  Pavel Roskin  <pavel_roskin@geocities.com>
+
+       * ltconfig.in (exeext): Use quotes in the test, to prevent a 
+       failure in sh.test.
+
 1999-06-09  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * ltconfig.in: Reordered tests to be more like configure.in's
index fde015b883d0454f4372fa910c39486dbdf4902b..50802f67d1353d1390808f47d5ecdee799d9cb3f 100755 (executable)
@@ -1072,7 +1072,7 @@ else
     $rm conftest*
   fi
   # Belt *and* braces to stop my trousers falling down:
-  if test X$ac_cv_prog_cc_pic_works = Xno; then
+  if test "X$ac_cv_prog_cc_pic_works" = Xno; then
     ac_cv_prog_cc_pic=
     ac_cv_prog_cc_can_build_shared=no
   fi
@@ -1108,7 +1108,7 @@ else
   $rm conftest*
 fi
 # Belt *and* braces to stop my trousers falling down:
-if test X$ac_cv_prog_cc_static_works = Xno; then
+if test "X$ac_cv_prog_cc_static_works" = Xno; then
   ac_cv_prog_cc_static=
 fi
 echo "$ac_t""$ac_cv_prog_cc_static_works" 1>&6