diff --git a/configure b/configure index 9f53cdb2d6..49e33ac096 100755 --- 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 diff --git a/configure.in b/configure.in index 7d972f79c1..867d7987a5 100644 --- a/configure.in +++ b/configure.in @@ -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