mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
heimdal --with-gssapi was broken
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -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.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.
|
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||||
#
|
#
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# 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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
@@ -5501,7 +5501,7 @@ if test "$use_gssapi" = "yes"
|
|||||||
then
|
then
|
||||||
for d in $gssapidirs
|
for d in $gssapidirs
|
||||||
do
|
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
|
then
|
||||||
use_gssapi=$d
|
use_gssapi=$d
|
||||||
break
|
break
|
||||||
|
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.419 $)
|
AC_REVISION($Revision: 1.420 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
@@ -549,7 +549,7 @@ if test "$use_gssapi" = "yes"
|
|||||||
then
|
then
|
||||||
for d in $gssapidirs
|
for d in $gssapidirs
|
||||||
do
|
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
|
then
|
||||||
use_gssapi=$d
|
use_gssapi=$d
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user