]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix syntax for cygwin-cross
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 23 Aug 2010 05:18:18 +0000 (01:18 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 23 Aug 2010 05:53:08 +0000 (01:53 -0400)
libltdl/m4/argz.m4: Add quotes around variable, which
may contain the multiword value 'guessing no'.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
ChangeLog
libltdl/m4/argz.m4

index 49940236e4ddf1545380e0cdb8aa86b9e4e9b811..4f1120451136886400f7bd02197eee6946a68f00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-23  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Fix syntax for cygwin-cross
+       libltdl/m4/argz.m4: Add quotes around variable, which
+       may contain the multiword value 'guessing no'.
+
 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        configure: use Autobuild AB_INIT if available.
index 37c1b11e4b954d784dfc9662dbd3a71b6ead5b73..d1f4ec5b121e807815cdaf3c028383b658fb8217 100644 (file)
@@ -66,7 +66,7 @@ AS_IF([test -z "$ARGZ_H"],
           ;; #(
         *) lt_cv_sys_argz_works=yes ;;
         esac]])
-     AS_IF([test $lt_cv_sys_argz_works = yes],
+     AS_IF([test "$lt_cv_sys_argz_works" = yes],
         [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
                    [This value is set to 1 to indicate that the system argz facility works])],
         [ARGZ_H=argz.h