fixed tests in configure.ac

This commit is contained in:
2018-04-09 06:24:08 +00:00
parent 8f3191011c
commit 62beafa4ad
2 changed files with 24 additions and 24 deletions

24
configure vendored
View File

@ -21063,18 +21063,18 @@ else
fi
if test "${enable_shared}" = "no"
if test "x${enable_shared}" = "xno"
then
enable_dynamic_module_is="no"
fi
if test "${enable_dynamic_module_is}" = "yes"
if test "x${enable_dynamic_module_is}" = "xyes"
then
$as_echo "#define HCL_ENABLE_DYNAMIC_MODULE 1" >>confdefs.h
fi
if test "${enable_dynamic_module_is}" = "yes"; then
if test "x${enable_dynamic_module_is}" = "xyes"; then
ENABLE_DYNAMIC_MODULE_TRUE=
ENABLE_DYNAMIC_MODULE_FALSE='#'
else
@ -21092,18 +21092,18 @@ else
fi
if test "${enable_shared}" = "no" -a "${enable_static}" = "yes"
if test "x${enable_shared}" = "xno" -a "x${enable_static}" = "xyes"
then
enable_static_module_is="yes"
enable_static_module_is="xyes"
fi
if test "${enable_static_module_is}" = "yes"
if test "x${enable_static_module_is}" = "xyes"
then
$as_echo "#define HCL_ENABLE_STATIC_MODULE 1" >>confdefs.h
fi
if test "${enable_static_module_is}" = "yes"; then
if test "x${enable_static_module_is}" = "xyes"; then
ENABLE_STATIC_MODULE_TRUE=
ENABLE_STATIC_MODULE_FALSE='#'
else
@ -21120,9 +21120,9 @@ else
fi
if test "${enable_libltdl_is}" = "yes"
if test "x${enable_libltdl_is}" = "xyes"
then
if test "${ac_cv_header_ltdl_h}" = "yes" -a "${LTDL_LIBS}" != ""
if test "x${ac_cv_header_ltdl_h}" = "xyes" -a "${LTDL_LIBS}" != ""
then
$as_echo "#define HCL_ENABLE_LIBLTDL /**/" >>confdefs.h
@ -21131,7 +21131,7 @@ $as_echo "#define HCL_ENABLE_LIBLTDL /**/" >>confdefs.h
enable_libltdl_is="no"
fi
fi
if test "${enable_libltdl_is}" = "yes"; then
if test "x${enable_libltdl_is}" = "xyes"; then
ENABLE_LIBLTDL_TRUE=
ENABLE_LIBLTDL_FALSE='#'
else
@ -21148,7 +21148,7 @@ else
fi
if test "${enable_hcls_is}" = "yes"; then
if test "x${enable_hcls_is}" = "xyes"; then
ENABLE_HCLS_TRUE=
ENABLE_HCLS_FALSE='#'
else
@ -21165,7 +21165,7 @@ else
fi
if test "${enable_hclc_is}" = "yes"; then
if test "x${enable_hclc_is}" = "xyes"; then
ENABLE_HCLC_TRUE=
ENABLE_HCLC_FALSE='#'
else