summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:24:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:24:56 +0000
commit82f490f786d2d14f54399aa5313db140a0cc78d4 (patch)
tree9497ca30c57785ad51edf2216d1ad8c45e22be9d /configure
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-82f490f786d2d14f54399aa5313db140a0cc78d4.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct the
--enable-tests problem a better way.
Diffstat (limited to '')
-rw-r--r--configure8
1 files changed, 4 insertions, 4 deletions
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