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

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

4
configure vendored
View File

@ -18665,9 +18665,9 @@ fi
# Check whether --enable-dynamic-module was given.
if test ${enable_dynamic_module+y}
then :
enableval=$enable_dynamic_module; enable_dynamic_modules=$enableval
enableval=$enable_dynamic_module; enable_dynamic_module=$enableval
else $as_nop
enable_dynamic_modules=yes
enable_dynamic_module=yes
fi

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