summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-21 00:55:45 +0000
committerUlf Möller <ulf@openssl.org>2000-02-21 00:55:45 +0000
commit10a926c1eb78ad448ac82320c6131227f14b5d24 (patch)
treebaade77fbf21a74bb18916fae3d595721ec5c1e5 /config
parentd3442bc780473f0cd4f378bc31130d4579da640b (diff)
More compact Configure usage message.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 578d08b9de..d9dbb76d9f 100755
--- a/config
+++ b/config
@@ -535,14 +535,14 @@ fi
# compiler for the platform ... in which case we add it on
# the end ... otherwise we leave it off
-$PERL ./Configure 2>&1 | grep "$OUT-$CC" > /dev/null
+$PERL ./Configure LIST | grep "$OUT-$CC" > /dev/null
if [ $? = "0" ]; then
OUT="$OUT-$CC"
fi
OUT="$PREFIX$OUT"
-$PERL ./Configure 2>&1 | grep "$OUT" > /dev/null
+$PERL ./Configure LIST | grep "$OUT" > /dev/null
if [ $? = "0" ]; then
echo Configuring for $OUT