From: Ralf S. Engelschall Date: Wed, 30 Dec 1998 07:12:35 +0000 (+0000) Subject: Fix an error message X-Git-Tag: OpenSSL_0_9_2b~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b21f59103835313545903a66117b8fe9025bcc7;p=openssl Fix an error message --- diff --git a/Configure b/Configure index 91b3404b8c..3ba5726f93 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