fixed some build directive names

This commit is contained in:
2019-06-09 09:51:12 +00:00
parent dcb4619fec
commit ad3e78f386
59 changed files with 2732 additions and 3583 deletions

View File

@ -940,7 +940,7 @@ fi
if test "${enable_static_module_is}" = "yes"
then
AC_DEFINE([MOO_ENABLE_STATIC_MODULE],[1],[link modules statically into the main library])
AC_DEFINE([QSE_ENABLE_STATIC_MODULE],[1],[link modules statically into the main library])
fi
AM_CONDITIONAL(ENABLE_STATIC_MODULE, test "x${enable_static_module_is}" = "xyes")