fixed typos in configure.ac
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-10 15:24:38 +09:00
parent 73cb88cfce
commit d0019e52cb
2 changed files with 4 additions and 4 deletions

View File

@ -585,8 +585,8 @@ fi
dnl ===== enable-dynamic-module =====
AC_ARG_ENABLE([dynamic-module],
[AS_HELP_STRING([--enable-dynamic-module],[enable dynamic module capability(default. yes)])],
enable_dynamic_modules=$enableval,
enable_dynamic_modules=yes
enable_dynamic_module=$enableval,
enable_dynamic_module=yes
)
if test "x${enable_shared}" = "xno"
then