From 82f490f786d2d14f54399aa5313db140a0cc78d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Apr 1999 20:24:56 +0000 Subject: Patch from Ralf Corsepius to correct the --enable-tests problem a better way. --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d284f0e808..2b37777450 100644 --- a/configure +++ b/configure @@ -3664,19 +3664,19 @@ fi # If the tests are enabled, then find all the test suite Makefiles echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 echo "configure:3667: checking if the test suites are enabled? " >&5 -tests_enabled=no # Check whether --enable-tests or --disable-tests was given. if test "${enable_tests+set}" = set; then enableval="$enable_tests" case "${enableval}" in - yes) echo "$ac_t""yes" 1>&6 ;; - no) echo "$ac_t""no" 1>&6 ; tests_enabled=no ;; + yes) tests_enabled=yes ;; + no) tests_enabled=no ;; *) { echo "configure: error: bad value ${enableval} for tests option" 1>&2; exit 1; } ;; esac else - echo "$ac_t""no" 1>&6 + tests_enabled=no fi +echo "$ac_t""$tests_enabled" 1>&6 # always build the test tools -- cgit v1.2.3