fixed build files again

This commit is contained in:
2018-04-09 06:11:57 +00:00
parent 16ac5fe68d
commit 8f3191011c
4 changed files with 43 additions and 17 deletions

11
configure vendored
View File

@ -21063,7 +21063,10 @@ else
fi
test "${enable_shared}" = "no" && enable_dynamic_module_is="no"
if test "${enable_shared}" = "no"
then
enable_dynamic_module_is="no"
fi
if test "${enable_dynamic_module_is}" = "yes"
then
@ -21088,7 +21091,11 @@ else
fi
test "${enable_shared}" = "no" -a "${enable_static}" = "yes" && enable_static_module_is="yes"
if test "${enable_shared}" = "no" -a "${enable_static}" = "yes"
then
enable_static_module_is="yes"
fi
if test "${enable_static_module_is}" = "yes"
then