Made tests back to disabled as default
This commit is contained in:
parent
f4f77aa030
commit
c2cbf186e8
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fi
|
|||
AC_ARG_ENABLE([tests],
|
||||
AS_HELP_STRING([--enable-tests], [build unit tests]),
|
||||
[tests=$enableval],
|
||||
[tests=$test_build])
|
||||
[tests=no])
|
||||
|
||||
AC_ARG_ENABLE([static],
|
||||
AS_HELP_STRING([--enable-static], [enable static building of wesnoth]),
|
||||
|
|
Loading…
Add table
Reference in a new issue