From 190d294e3c9aa487ba03562b8bb32d4cf6f54948 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Aug 2010 13:19:17 +0000 Subject: fix --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 9817a4f34..8742605d2 100644 --- a/configure.ac +++ b/configure.ac @@ -705,14 +705,14 @@ AC_SUBST(EXT_LIB_PATH) # should 'make check' run tests? -AC_MSG_CHECKING(whether to disable running tests) +AC_MSG_CHECKING(whether to run tests) AC_ARG_ENABLE(testruns, - [AS_HELP_STRING([--enable-test-suppression], - [disable running tests on make check])], - [disable_tests_run=$enableval], - [disable_tests_run="no"]) -AC_MSG_RESULT($disable_test_run) -AM_CONDITIONAL([DISABLE_TEST_RUN], [test "x$disable_tests_run" = "xyes"]) + [AS_HELP_STRING([--enable-testruns=yes/no], + [disable running tests on make check (default is YES)])], + [enable_tests_run=$enableval], + [enable_tests_run="yes"]) +AC_MSG_RESULT($enable_test_run) +AM_CONDITIONAL([DISABLE_TEST_RUN], [test "x$enable_tests_run" = "xno"]) # should experimental code be compiled (code that may not yet compile)? disable_experimental=yes -- cgit v1.2.3