fixed some build file issues
This commit is contained in:
6
moo/configure
vendored
6
moo/configure
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user