fixed typos in configure.ac
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
73cb88cfce
commit
d0019e52cb
4
configure
vendored
4
configure
vendored
@ -18665,9 +18665,9 @@ fi
|
|||||||
# Check whether --enable-dynamic-module was given.
|
# Check whether --enable-dynamic-module was given.
|
||||||
if test ${enable_dynamic_module+y}
|
if test ${enable_dynamic_module+y}
|
||||||
then :
|
then :
|
||||||
enableval=$enable_dynamic_module; enable_dynamic_modules=$enableval
|
enableval=$enable_dynamic_module; enable_dynamic_module=$enableval
|
||||||
else $as_nop
|
else $as_nop
|
||||||
enable_dynamic_modules=yes
|
enable_dynamic_module=yes
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -585,8 +585,8 @@ fi
|
|||||||
dnl ===== enable-dynamic-module =====
|
dnl ===== enable-dynamic-module =====
|
||||||
AC_ARG_ENABLE([dynamic-module],
|
AC_ARG_ENABLE([dynamic-module],
|
||||||
[AS_HELP_STRING([--enable-dynamic-module],[enable dynamic module capability(default. yes)])],
|
[AS_HELP_STRING([--enable-dynamic-module],[enable dynamic module capability(default. yes)])],
|
||||||
enable_dynamic_modules=$enableval,
|
enable_dynamic_module=$enableval,
|
||||||
enable_dynamic_modules=yes
|
enable_dynamic_module=yes
|
||||||
)
|
)
|
||||||
if test "x${enable_shared}" = "xno"
|
if test "x${enable_shared}" = "xno"
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user