summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2004-12-17 04:04:15 +0000
committerneilbrown <neilbrown>2004-12-17 04:04:15 +0000
commit247a3ccdc173713afd43999739ddb778d96cf147 (patch)
tree4e6526c20efccf8a89aa05c175004f72d94d25ce /configure.in
parent9f541c7be96ffac96146c62cad3adbd04a39094f (diff)
downloadnfs-utils-247a3ccdc173713afd43999739ddb778d96cf147.tar.gz
nfs-utils-247a3ccdc173713afd43999739ddb778d96cf147.tar.xz
nfs-utils-247a3ccdc173713afd43999739ddb778d96cf147.zip
release 1.0.7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a5eecba..efc21bf 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-pre2"
+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