for build standalone infrastructure necessary for IIS/NGINX

This commit is contained in:
alancsilva 2012-08-23 19:56:51 +00:00
parent 7b014be28a
commit 1e7fd3e5fd

View File

@ -175,7 +175,7 @@ AC_ARG_ENABLE(standalone-module,
fi fi
], ],
[ [
build_standalone_module=0 build_standalone_module=1
]) ])
AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1]) AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1])
if test "$build_standalone_module" -eq 1; then if test "$build_standalone_module" -eq 1; then