2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

heimdal --with-gssapi was broken

This commit is contained in:
Mark Andrews
2006-12-04 03:05:04 +00:00
parent 0d3490f93b
commit 65cfc4e0e3
2 changed files with 5 additions and 5 deletions

6
configure vendored
View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.407 2006/12/04 01:54:53 marka Exp $
# $Id: configure,v 1.408 2006/12/04 03:05:04 marka Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
@@ -29,7 +29,7 @@
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.419 .
# From configure.in Revision: 1.420 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -5501,7 +5501,7 @@ if test "$use_gssapi" = "yes"
then
for d in $gssapidirs
do
if test -f $d/include/gssapi/gssapi.h -o -f $d/gssapi.h
if test -f $d/include/gssapi/gssapi.h -o -f $d/include/gssapi.h
then
use_gssapi=$d
break

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.419 $)
AC_REVISION($Revision: 1.420 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -549,7 +549,7 @@ if test "$use_gssapi" = "yes"
then
for d in $gssapidirs
do
if test -f $d/include/gssapi/gssapi.h -o -f $d/gssapi.h
if test -f $d/include/gssapi/gssapi.h -o -f $d/include/gssapi.h
then
use_gssapi=$d
break