fixed some build file issues

This commit is contained in:
hyunghwan.chung
2017-01-09 12:16:51 +00:00
parent b2fb361df4
commit 68a455e128
6 changed files with 9 additions and 11 deletions

6
moo/configure vendored
View File

@ -19897,15 +19897,15 @@ else
fi
test "${enable_shared}" = "no" -a "${enable_static}" = "yes" && enable_static_module="yes"
test "${enable_shared}" = "no" -a "${enable_static}" = "yes" && enable_static_module_is="yes"
if test "${enable_static_module}" = "yes"
if test "${enable_static_module_is}" = "yes"
then
$as_echo "#define MOO_ENABLE_STATIC_MODULE /**/" >>confdefs.h
fi
if test "${enable_static_module}" = "yes"; then
if test "${enable_static_module_is}" = "yes"; then
ENABLE_STATIC_MODULE_TRUE=
ENABLE_STATIC_MODULE_FALSE='#'
else