fixed a flaw in configure.ac

This commit is contained in:
hyung-hwan 2019-04-17 06:01:59 +00:00
parent 2255d894b0
commit 8c7979677f
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -21207,7 +21207,7 @@ fi
if test "x${enable_shared}" = "xno" -a "x${enable_static}" = "xyes" if test "x${enable_shared}" = "xno" -a "x${enable_static}" = "xyes"
then then
enable_static_module_is="xyes" enable_static_module_is="yes"
fi fi
if test "x${enable_static_module_is}" = "xyes" if test "x${enable_static_module_is}" = "xyes"

View File

@ -650,7 +650,7 @@ AC_ARG_ENABLE([static-module],
if test "x${enable_shared}" = "xno" -a "x${enable_static}" = "xyes" if test "x${enable_shared}" = "xno" -a "x${enable_static}" = "xyes"
then then
enable_static_module_is="xyes" enable_static_module_is="yes"
fi fi
if test "x${enable_static_module_is}" = "xyes" if test "x${enable_static_module_is}" = "xyes"