r4963: It is actually a very bad idea to use KRB5_CONFIG in the
authorGünther Deschner <gd@samba.org>
Mon, 24 Jan 2005 16:30:46 +0000 (16:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:09 +0000 (10:55 -0500)
commit446a2107e639e4a4e6b94e1c06e791a1012eedd2
tree4c3bf53a3156819a4385364cad8ad01fcc96a925
parentfcfc94a66ac66af1f12cb5924df31e936bca3dc9
r4963: It is actually a very bad idea to use KRB5_CONFIG in the
configure-checks (At least Heimdal uses KRB5_CONFIG for locating it's
configuration-file (usually /etc/krb5.conf)). Renaming it to KRB5CONFIG
prevents configure-checks that use heimdal-libs from segfaulting while
the lib reads the krb5-config binary as a configuration file...

Vendors that used the KRB5_CONFIG-variable to let configure find a
custom krb5-config binary have to use KRB5CONFIG now.

Guenther
(This used to be commit 95edb3c67f330afd8dbb8268f3f8ecaf1732c238)
source3/configure.in