autoconf
[Top][All Lists]
Advanced

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

Conditional Configuration


From: Paulo J. Matos
Subject: Conditional Configuration
Date: Thu, 25 May 2006 16:06:29 +0100

Hi all,

I have defined a feature as follows in configure.ac:
AC_ARG_ENABLE([static-modules],
AC_HELP_STRING([--enable-static-modules], [link dynamic  modules with
static linkage (default is NO)]), enable_static_modules=yes,
enable_static_modules=no)

And I'm doing:
if test "${enable_static_modules}" = "no"; then
AC_LIBTOOL_DLOPEN
fi

But this is not working, any idea on how I can achieve this?

Cheers,

--
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]