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)
commit95edb3c67f330afd8dbb8268f3f8ecaf1732c238
tree29f1471c266400dcaeb3aa69ea3b26bfc7ba8459
parenta0a6388830d9457de3e42686c64bddeba42954f8
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
source/configure.in