aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2013-06-19 16:28:20 +0300
committerAlexey Shchepin <alexey@process-one.net>2013-06-19 16:28:20 +0300
commit1e633638e1e729e4b68738775cf5c90dd164c3b5 (patch)
tree257a4fa08734f2a7e4d5521d77d9a595a52d40a5 /configure.ac
parentClarify MySQL/PostgreSQL preparation for running the test suite. (diff)
Disable lager by default
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ab334dd72..8516324bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,12 +210,12 @@ AC_ARG_ENABLE(http,
esac],[if test "x$http" = "x"; then http=false; fi])
AC_ARG_ENABLE(lager,
-[AC_HELP_STRING([--enable-lager], [enable lager support (default: yes)])],
+[AC_HELP_STRING([--enable-lager], [enable lager support (default: no)])],
[case "${enableval}" in
yes) lager=true ;;
no) lager=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-lager) ;;
-esac],[if test "x$lager" = "x"; then lager=true; fi])
+esac],[if test "x$lager" = "x"; then lager=false; fi])
AC_CONFIG_FILES([Makefile
vars.config