Blob Blame History Raw
commit 6c94024a32470ab20a61268a3d81d1212cedafbc
Author: Mike Sager <sager@netapp.com>
Date:   Mon Nov 19 18:36:09 2007 -0800

    Added spnfsd to configure.ac
    
    Signed-off-by: Mike Sager <sager@netapp.com>

diff -up nfs-utils-1.2.0/configure.ac.orig nfs-utils-1.2.0/configure.ac
--- nfs-utils-1.2.0/configure.ac.orig	2009-08-27 12:02:59.335782000 -0400
+++ nfs-utils-1.2.0/configure.ac	2009-08-27 13:42:37.126103000 -0400
@@ -65,6 +65,7 @@ AC_ARG_ENABLE(nfsv4,
 	if test "$enable_nfsv4" = yes; then
 		AC_DEFINE(NFS4_SUPPORTED, 1, [Define this if you want NFSv4 support compiled in])
 		IDMAPD=idmapd
+		SPNFSD=spnfsd
 	else
 		enable_nfsv4=
 		IDMAPD=
@@ -409,6 +410,7 @@ AC_CONFIG_FILES([
 	utils/exportfs/Makefile
 	utils/gssd/Makefile
 	utils/idmapd/Makefile
+	utils/spnfsd/Makefile
 	utils/mount/Makefile
 	utils/mountd/Makefile
 	utils/nfsd/Makefile