On 25/05/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
Heh. Thanks for noticing and reporting! I'll see whether it's safe to
put a fix in Libtool, that certainly looks suboptimal to me. Meanwhile,
there's a cheap workaround:
if test "${enable_static_modules}" = "no"; then
:
AC_LIBTOOL_DLOPEN
fi
AC_PROG_LIBTOOL
(using AS_IF still being recommended).
Nice. :-)
AS_IF([test "${enable_static_modules}" = "no"], [: AC_LIBTOOL_DLOPEN])
Works for some reason... without : doesn't!
Paulo Matos
Cheers,
Ralf
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf