From: Simo Sorce Date: Mon, 12 Mar 2012 19:51:33 +0000 (-0400) Subject: Kill SPKM3: Stop checking for spkm3.h in configure X-Git-Tag: nfs-utils-1-2-5-rc4~17 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=224b265beb3885cc23d687c2ca92b86c190e5863 Kill SPKM3: Stop checking for spkm3.h in configure Signed-off-by: Simo Sorce Signed-off-by: Steve Dickson --- 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