2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

fixes for default --with-gssapi

This commit is contained in:
Automatic Updater
2011-04-05 19:20:21 +00:00
parent c7e1812d02
commit b22a3ac2b9

6
configure vendored
View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# #
# $Id: configure,v 1.502 2011/03/30 15:49:28 tbox Exp $ # $Id: configure,v 1.503 2011/04/05 19:20:21 tbox Exp $
# #
# Portions of this code release fall under one or more of the # Portions of this code release fall under one or more of the
# following Copyright notices. Please see individual source # following Copyright notices. Please see individual source
@@ -21569,7 +21569,9 @@ then
# first, deal with the obvious # first, deal with the obvious
if test \( -f /usr/include/kerberosv5/krb5.h -o \ if test \( -f /usr/include/kerberosv5/krb5.h -o \
-f /usr/include/krb5/krb5.h -o \ -f /usr/include/krb5/krb5.h -o \
-f /usr/include/krb5.h \) -a -f /usr/include/gssapi.h -f /usr/include/krb5.h \) -a \
\( -f /usr/include/gssapi.h -o
-f /usr/include/gssapi/gssapi.h \)
then then
use_gssapi=/usr use_gssapi=/usr
else else