projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4098e89
)
Fix an error message
author
Ralf S. Engelschall
<rse@openssl.org>
Wed, 30 Dec 1998 07:12:35 +0000
(07:12 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Wed, 30 Dec 1998 07:12:35 +0000
(07:12 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 91b3404b8c662a674390089dbba25d1ba39a484b..3ba5726f9314bfb310ed33eb3eca88114c665fae 100755
(executable)
--- 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