summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorulf <ulf>2000-02-21 00:55:45 +0000
committerulf <ulf>2000-02-21 00:55:45 +0000
commit9676f833df7d36a8794a5e0c5573735511a471da (patch)
tree08ec000a114e1ca3f7a550ef36a73e7127b89e09 /config
parente0620cd6d4ec52b897acda81675ea4d34296dbf3 (diff)
downloadopenssl-9676f833df7d36a8794a5e0c5573735511a471da.tar.gz
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 578d08b9d..d9dbb76d9 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