Pointed out by Albert Chin <libtool@thewrittenword.com>
+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.
# 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