]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
heimdal --with-gssapi was broken
authorMark Andrews <marka@isc.org>
Mon, 4 Dec 2006 03:05:04 +0000 (03:05 +0000)
committerMark Andrews <marka@isc.org>
Mon, 4 Dec 2006 03:05:04 +0000 (03:05 +0000)
configure
configure.in

index 9f53cdb2d692861c11d17a59482296edaece86f2..49e33ac096636021990d9a80a483535df89da5dd 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 7d972f79c1a2866802d74ed87950ed6ab3b1dfcb..867d7987a5c74dda7e3708c83956811a2d62b0a9 100644 (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