]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/defs: Quote $DJGPP to prevent problems with some shells.
authorRobert Boehne <rboehne@gnu.org>
Thu, 3 Apr 2003 05:45:22 +0000 (05:45 +0000)
committerRobert Boehne <rboehne@gnu.org>
Thu, 3 Apr 2003 05:45:22 +0000 (05:45 +0000)
Pointed out by Albert Chin <libtool@thewrittenword.com>

ChangeLog
tests/defs

index 8d25ca20f4f9342f21df7d34f00f18bd2252f9eb..997e78500e9972dde030f39bd4091f532ccfaf78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-02  Robert Boehne  <rboehne@gnu.org>
+
+       * tests/defs: Quote $DJGPP to prevent problems with some shells.
+       Pointed out by Albert Chin <libtool@thewrittenword.com>
+
 2003-04-01  Peter O'Gorman  <peter@pogma.com>
 
        * libtool.m4: Fix the echo test which I broke earlier.
index 2439846e0d7d120b8ed583cb90ecb785eccd6659..44df0dc6ec71400281bee27fe07012a486ee5424 100644 (file)
@@ -40,7 +40,7 @@ eval `$libtool --config | grep '^CC='`
 
 # Disable usage of config.site for autoconf, unless DJGPP is present.
 # The DJGPP port of autoconf requires config.site, to work correctly.
-if test -z $DJGPP; then
+if test -z "$DJGPP"; then
     CONFIG_SITE=/nonexistent
 fi