Made tests back to disabled as default

This commit is contained in:
Pauli Nieminen 2008-01-13 20:48:02 +00:00
parent f4f77aa030
commit c2cbf186e8

View file

@ -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]),