bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld-output-def


From: Eric Blake
Subject: Re: ld-output-def
Date: Wed, 01 Apr 2009 08:02:58 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Simon Josefsson on 4/1/2009 7:38 AM:
>   AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$gl_cv_ld_output_def" = "yes")

You still missed the m4 quoting.  And now that the cache can provide a
value, you should protect against a user that inserts a bogus entry:

AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF],
 [test "x$gl_cv_ld_output_def" = "xyes"])

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknTdBIACgkQ84KuGfSFAYA4/ACfXk5TIcTfEU2A6qoVSkRtEjBq
fK8An3iWEKfDT0p6Hjjg5e+D9bgOlUIj
=2cxn
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]