X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=aaffb2d7f1fc561ec6bde8871e4cdd2f1adc3f21;hp=8134e93c69e852ad6cf0687a9930d79cf13dc476;hb=72913e3a0498e2099800de53871b696c72feda1b;hpb=604bc72d3a4894d6569f8cc58d935cc62217aee6 diff --git a/configure.in b/configure.in index 8134e93..aaffb2d 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="1.0.7-pre1" +VERSION="1.0.7" AC_SUBST(VERSION) dnl ************************************************************* @@ -134,6 +134,9 @@ AC_TCP_WRAPPER AC_SUBST(LIBWRAP) if test "$enable_gss" = yes; then + dnl 'gss' also depends on nfsidmap.h - at least for svcgssd_proc.c + AC_CHECK_HEADERS(nfsidmap.h, ,[AC_MSG_ERROR(libnfsidmap needed for gss support)]) + dnl Checks for Kerberos dnl NOTE: while we intend to do generic gss-api, currently we dnl have a requirement to get an initial Kerberos machine @@ -199,7 +202,7 @@ if test "$enable_gss" = yes; then AC_DEFINE(HAVE_GSS_KRB5_CCACHE_NAME),,$KRBLIB) break fi - CFLAGS=$CFLAGS `K5CONFIG --cflags` + CFLAGS=$CFLAGS `$K5CONFIG --cflags` fi done dnl We didn't find a usable Kerberos environment