changed the default value of --enable-libltdl to no

This commit is contained in:
2018-03-07 07:54:24 +00:00
parent de7db3e3bd
commit 8cdd423a4e
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -1464,7 +1464,7 @@ Optional Features:
--enable-dynamic-module enable dynamic module capability(default. yes)
--enable-static-module build modules statically into the main
library(default. no)
--enable-libltdl use libltdl(default. yes)
--enable-libltdl use libltdl(default. no)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@ -19618,7 +19618,7 @@ fi
if test "${enable_libltdl+set}" = set; then :
enableval=$enable_libltdl; enable_libltdl_is=$enableval
else
enable_libltdl_is=yes
enable_libltdl_is=no
fi