build without AC by default

This commit is contained in:
Andreas Schultz 2016-03-14 10:58:47 +01:00
parent afd76e003d
commit 94e232abe4
1 changed files with 2 additions and 6 deletions

View File

@ -60,12 +60,8 @@ AC_ARG_ENABLE(
[enable_logging="yes"]
)
AC_ARG_ENABLE(
[ac],
[AS_HELP_STRING([--disable-ac], [disable ac support])],
,
[enable_ac="yes"]
)
AC_ARG_ENABLE([ac],
[AS_HELP_STRING([--enable-ac], [enable ac support])])
AC_ARG_ENABLE(
[wtp],