]> 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 11:41:16 +0000 (11:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 1999 11:41:16 +0000 (11:41 +0000)
failure in sh.test.

ChangeLog
ltconfig.in

index 37a1dfe55d57ab69f6b05d60255f3e554bef7365..63914958d9d26cf44b74c4c6963ff49643259475 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-08  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * ltmain.in (exeext): Use $exeext when working out the names of
index 7df23f39898221f6f135d195e41a26d2fe9da470..7f395690d18a6fde870d533f1895f5809da91bc2 100755 (executable)
@@ -644,7 +644,7 @@ else
   fi
   $rm conftest*
 fi
-if test X$ac_cv_exeext != Xnone; then
+if test "X$ac_cv_exeext" != Xnone; then
   exeext="$ac_cv_exeext"
 fi
 echo "$ac_t$ac_cv_exeext" 1>&6