From 499819e2321002320e21dc81746f40af6e0acc5d Mon Sep 17 00:00:00 2001 From: alancsilva Date: Fri, 24 Aug 2012 14:22:46 +0000 Subject: [PATCH] standalone module enabled by --enable-standalone-module configure option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06a4ec69..703a57e9 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,7 @@ AC_ARG_ENABLE(standalone-module, fi ], [ - build_standalone_module=1 + build_standalone_module=0 ]) AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1]) if test "$build_standalone_module" -eq 1; then