mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
Fix syntax for cygwin-cross
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>
This commit is contained in:
parent
92d24b3d80
commit
f8640925f8
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user