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:
ba8ad07
)
I forgot that @ in strings must be escaped in Perl
author
Richard Levitte
<levitte@openssl.org>
Tue, 26 Nov 2002 15:27:05 +0000
(15:27 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 26 Nov 2002 15:27:05 +0000
(15:27 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 9c439d9bb1a4a747f1cb1020a5c290b20fd859d8..3f5013588062aa9b6a257b43973173c2634dcda7 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1004,7
+1004,7
@@
else
if ($withargs{"krb5-flavor"} =~ /^force-[Hh]eimdal$/)
{
warn "Heimdal isn't really supported. Your build WILL break\n";
- warn "If you fix the problems, please send a patch to openssl-dev@openssl.org\n";
+ warn "If you fix the problems, please send a patch to openssl-dev
\
@openssl.org\n";
$withargs{"krb5-dir"} = "/usr/heimdal"
if $withargs{"krb5-dir"} eq "";
$withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.