summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-17 10:23:45 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-17 10:23:45 +0000
commitc59cb511f3d405ea2793202c97b1c035688dc44b (patch)
treeed97a39609461a2b703f9e1ea11c7a30f5df2c9a /config
parentfa1194d30a430544fa8c5554854efbeca9e59683 (diff)
Allow reconfiguration. This can be useful if some source update
requires that you configure again, but you don't want to reenter all those configuration arguments again.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index cf48abc6d1..b972c1fe29 100755
--- a/config
+++ b/config
@@ -559,7 +559,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