-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Sylvain Beucler on 2/7/2009 11:04 AM: > AC_LIB_HAVE_LINKFLAGS( > [jbig2dec], dnl lib name > [],
Careful with your m4 quoting here - by adding a dnl after the comma, the leading whitespace on the next line is no longer stripped. In turn, if AC_LIB_HAVE_LINKFLAGS uses "m4_default([$2], [some default])", since $2 is non-empty (although it is all whitespace), you no longer get the [some default] action. Perhaps that could be related to the issue you are hitting? - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----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 iEYEARECAAYFAkmN50YACgkQ84KuGfSFAYC/RwCggZ0ao1Jc9VG5VvDGO2jNoywQ uhQAni5sFvt4DRx5XUcm3FHcO1oI5/m+ =9qFI -----END PGP SIGNATURE-----
