allow --without-tests in addition to --with-tests=no

This commit is contained in:
Mike Blumenkrantz 2014-01-24 23:25:29 -05:00
parent a9c0a6c30b
commit 48c2a3c890
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ case "${build_tests}" in
want_tests="yes"
want_coverage="yes"
;;
none)
no*)
;;
*)
AC_MSG_ERROR([Unknown build tests option: --with-tests=${build_tests}])