From 48c2a3c8900cf1f64dd65b460d654af17c7aa852 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 24 Jan 2014 23:25:29 -0500 Subject: [PATCH] allow --without-tests in addition to --with-tests=no --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}])