standalone module enabled by --enable-standalone-module configure option

This commit is contained in:
alancsilva 2012-08-24 14:22:46 +00:00
parent 1e7fd3e5fd
commit 499819e232

View File

@ -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