summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-12 15:51:33 -0400
committerSteve Dickson <steved@redhat.com>2012-03-12 15:56:07 -0400
commit224b265beb3885cc23d687c2ca92b86c190e5863 (patch)
tree3a6bc6086688dfc8c6308d6d447b9be19abe7cde
parente18d56286b81d61c58ea1d4cb2539530695226e3 (diff)
downloadnfs-utils-224b265beb3885cc23d687c2ca92b86c190e5863.tar.gz
nfs-utils-224b265beb3885cc23d687c2ca92b86c190e5863.tar.xz
nfs-utils-224b265beb3885cc23d687c2ca92b86c190e5863.zip
Kill SPKM3: Stop checking for spkm3.h in configure
Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 920e8da..67e8d2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -316,9 +316,6 @@ if test "$enable_gss" = yes; then
dnl 'gss' also depends on nfsidmap.h - at least for svcgssd_proc.c
AC_LIBNFSIDMAP
- AC_CHECK_HEADERS([spkm3.h], ,
- [AC_MSG_WARN([Could not locate SPKM3 header; will not have SPKM3 support])])
-
dnl Check for Kerberos V5
AC_KERBEROS_V5