discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=48c2a3c8900cf1f64dd65b460d654af17c7aa852
commit 48c2a3c8900cf1f64dd65b460d654af17c7aa852 Author: Mike Blumenkrantz <[email protected]> Date: Fri Jan 24 23:25:29 2014 -0500 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 cb08021..433f4a6 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}]) --
