-----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             e...@byu.net
-----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