From 9e2c0f41d7deb0d80be53eed75bfe79f24467ec3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 11 Oct 2000 00:08:15 +0000 Subject: [PATCH] fix problems in the selftest --- config | 2 +- util/selftest.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 6a2625308e..8e71b9b9c7 100755 --- a/config +++ b/config @@ -557,7 +557,7 @@ OUT="$PREFIX$OUT" $PERL ./Configure LIST | grep "$OUT" > /dev/null if [ $? = "0" ]; then - #echo Configuring for $OUT + echo Configuring for $OUT if [ "$TEST" = "true" ]; then echo $PERL ./Configure $OUT $options diff --git a/util/selftest.pl b/util/selftest.pl index eb50d52ff8..775f1712e9 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -131,6 +131,7 @@ if (system("make 2>&1 | tee make.log") > 255) { $_=$options; s/no-asm//; +s/no-shared//; if (/no-/) { print OUT "Test skipped.\n"; -- 2.34.1