From 1e7fd3e5fda153781b26485f3174692c8b24605c Mon Sep 17 00:00:00 2001 From: alancsilva Date: Thu, 23 Aug 2012 19:56:51 +0000 Subject: [PATCH] for build standalone infrastructure necessary for IIS/NGINX --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 703a57e9..06a4ec69 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,7 @@ AC_ARG_ENABLE(standalone-module, fi ], [ - build_standalone_module=0 + build_standalone_module=1 ]) AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1]) if test "$build_standalone_module" -eq 1; then