From 8826087a976e89a40fa54d719a7c62a73cb03ada Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 26 Nov 2002 15:26:55 +0000 Subject: [PATCH] I forgot that @ in strings must be escaped in Perl --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index c3dc87c56c..38398e41c5 100755 --- a/Configure +++ b/Configure @@ -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"}.