From: Richard Levitte Date: Tue, 26 Nov 2002 09:19:17 +0000 (+0000) Subject: Heimdal isn't really supported right now. Say so, and offer a possibility X-Git-Tag: OpenSSL_0_9_6h~18^2~5 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=de868e0b94c4f2ae9cfbe6bfd2fa0d70f62be217;hp=15994b034af60ea76cfe4a25fb9e67d595a33dfe;ds=sidebyside Heimdal isn't really supported right now. Say so, and offer a possibility to force the use of Heimdal, and warn if that's used. PR: 346 --- diff --git a/Configure b/Configure index 0c04460258..9c439d9bb1 100755 --- a/Configure +++ b/Configure @@ -994,6 +994,17 @@ else my ($lresolv, $lpath, $lext); if ($withargs{"krb5-flavor"} =~ /^[Hh]eimdal$/) { + die "Sorry, Heimdal is currently not supported\n"; + } + ##### HACK to force use of Heimdal. + ##### WARNING: Since we don't really have adequate support for Heimdal, + ##### using this will break the build. You'll have to make + ##### changes to the source, and if you do, please send + ##### patches to openssl-dev@openssl.org + 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"; $withargs{"krb5-dir"} = "/usr/heimdal" if $withargs{"krb5-dir"} eq ""; $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.