changed the default value of --enable-static-module from no to yes

This commit is contained in:
2025-05-25 17:39:06 +09:00
parent 4478ab6677
commit 05866d4353
3 changed files with 6 additions and 6 deletions

4
configure vendored
View File

@ -1551,7 +1551,7 @@ Optional Features:
--enable-libltdl use libltdl(default. no)
--enable-libunwind use libunwind(default. no)
--enable-static-module build basic modules statically into the main
library(default. no)
library(default. yes)
--enable-mod-ffi enable mod/ffi. one of auto, auto:static, yes,
yes:static, no (default. auto)
--enable-mod-memc enable mod/memc. one of auto, auto:static, yes,
@ -27999,7 +27999,7 @@ if test ${enable_static_module+y}
then :
enableval=$enable_static_module; enable_static_module_is=$enableval
else case e in #(
e) enable_static_module_is=no
e) enable_static_module_is=yes
;;
esac
fi