changed the default value of --enable-libltdl to no
This commit is contained in:
parent
de7db3e3bd
commit
8cdd423a4e
4
configure
vendored
4
configure
vendored
@ -1464,7 +1464,7 @@ Optional Features:
|
|||||||
--enable-dynamic-module enable dynamic module capability(default. yes)
|
--enable-dynamic-module enable dynamic module capability(default. yes)
|
||||||
--enable-static-module build modules statically into the main
|
--enable-static-module build modules statically into the main
|
||||||
library(default. no)
|
library(default. no)
|
||||||
--enable-libltdl use libltdl(default. yes)
|
--enable-libltdl use libltdl(default. no)
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
@ -19618,7 +19618,7 @@ fi
|
|||||||
if test "${enable_libltdl+set}" = set; then :
|
if test "${enable_libltdl+set}" = set; then :
|
||||||
enableval=$enable_libltdl; enable_libltdl_is=$enableval
|
enableval=$enable_libltdl; enable_libltdl_is=$enableval
|
||||||
else
|
else
|
||||||
enable_libltdl_is=yes
|
enable_libltdl_is=no
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -492,9 +492,9 @@ AM_CONDITIONAL(ENABLE_STATIC_MODULE, test "${enable_static_module_is}" = "yes")
|
|||||||
|
|
||||||
dnl ===== enable-libltdl =====
|
dnl ===== enable-libltdl =====
|
||||||
AC_ARG_ENABLE([libltdl],
|
AC_ARG_ENABLE([libltdl],
|
||||||
[AS_HELP_STRING([--enable-libltdl],[use libltdl(default. yes)])],
|
[AS_HELP_STRING([--enable-libltdl],[use libltdl(default. no)])],
|
||||||
enable_libltdl_is=$enableval,
|
enable_libltdl_is=$enableval,
|
||||||
enable_libltdl_is=yes
|
enable_libltdl_is=no
|
||||||
)
|
)
|
||||||
if test "${enable_libltdl_is}" = "yes"
|
if test "${enable_libltdl_is}" = "yes"
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user