diff --git a/configure.ac b/configure.ac index cb08021fdc..433f4a66b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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}])