Disable lager by default

This commit is contained in:
Alexey Shchepin 2013-06-19 16:28:20 +03:00
parent f34e9734ec
commit 1e633638e1
2 changed files with 193 additions and 380 deletions

569
configure vendored

File diff suppressed because it is too large Load Diff

View File

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