X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=43c0b4616f5f94cf2999ab46bdeeef0c88cef426;hp=8e239ab4dadfcfb9592515335f836088a0d471ff;hb=870762b34e5209a4f356fdac2d8b42edf574f833;hpb=a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938 diff --git a/configure.in b/configure.in index 8e239ab..43c0b46 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" +VERSION="1.0.8-rc1" AC_SUBST(VERSION) dnl ************************************************************* @@ -136,6 +136,7 @@ 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)]) + AC_CHECK_HEADERS(spkm3.h, ,[AC_MSG_WARN(could not locate SPKM3 header; will not have SPKM3 support)]) dnl Checks for Kerberos dnl NOTE: while we intend to do generic gss-api, currently we