build: really set the defaults that are also written as default

This commit is contained in:
Marcel Hollerbach 2017-01-25 18:26:11 +01:00
parent 1ae919d9cc
commit 633f335cc4
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ PKG_CHECK_MODULES([EFL],
AC_ARG_WITH([tests],
[AC_HELP_STRING([--with-tests=none|regular|coverage],
[choose testing method: regular, coverage or none.
@<:@default=none@:>@])],
@<:@default=no@:>@])],
[build_tests=${withval}],
[build_tests=auto])
[build_tests=no])
EFL_TESTS([${build_tests}])