I forgot that @ in strings must be escaped in Perl

This commit is contained in:
Richard Levitte 2002-11-26 15:26:55 +00:00
parent 8aa09a245c
commit 8826087a97

View file

@ -983,7 +983,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"}.