libtool
[Top][All Lists]
Advanced

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

Re: Conditional Configuration


From: Paulo J. Matos
Subject: Re: Conditional Configuration
Date: Thu, 25 May 2006 19:02:26 +0100

On 25/05/06, Ralf Wildenhues <address@hidden> 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




reply via email to

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