aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-30 07:12:35 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-30 07:12:35 +0000
commit9b21f59103835313545903a66117b8fe9025bcc7 (patch)
treedd61926832bcb88c2af34805477ebb1be7adb777 /Configure
parent4098e89cbf1212e2fb796d64725f259ac680cb56 (diff)
downloadopenssl-9b21f59103835313545903a66117b8fe9025bcc7.zip
openssl-9b21f59103835313545903a66117b8fe9025bcc7.tar.gz
openssl-9b21f59103835313545903a66117b8fe9025bcc7.tar.bz2
Fix an error message
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 91b3404..3ba5726 100755
--- a/Configure
+++ b/Configure
@@ -269,7 +269,7 @@ foreach (@ARGV)
}
else
{
- die "unknown options, only -Dxxx, -Lxxx -lxxx supported\n";
+ die "unknown options, only -Dxxx, -Lxxx and -lxxx supported\n";
}
}
else