build without AC by default
This commit is contained in:
parent
afd76e003d
commit
94e232abe4
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user