Re: Conditional Configuration

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

 



On 25/05/06, Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> 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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux