fix problems in the selftest

This commit is contained in:
Ulf Möller 2000-10-11 00:08:15 +00:00
parent 5ef67042f9
commit 9e2c0f41d7
2 changed files with 2 additions and 1 deletions

2
config
View File

@ -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

View File

@ -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";