summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-10-11 00:08:15 +0000
committerUlf Möller <ulf@openssl.org>2000-10-11 00:08:15 +0000
commit9e2c0f41d7deb0d80be53eed75bfe79f24467ec3 (patch)
treed226ed316bcf26eb816d93efb2c65aa8bebcfb58
parent5ef67042f9d3514d663b3f6a83aefc98a3cfa85d (diff)
fix problems in the selftest
-rwxr-xr-xconfig2
-rw-r--r--util/selftest.pl1
2 files changed, 2 insertions, 1 deletions
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";