summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-28 04:22:44 +0000
committerneilbrown <neilbrown>2006-03-28 04:22:44 +0000
commitaaf1ebff9c894f341dfb7db5ced2c47a5d50e750 (patch)
tree1c8315870420aa9933b4886b6a2418e0ca13e548 /configure.in
parent5ef15b8cb696c5b5fd62185dbbbc66b519204455 (diff)
downloadnfs-utils-aaf1ebff9c894f341dfb7db5ced2c47a5d50e750.tar.gz
nfs-utils-aaf1ebff9c894f341dfb7db5ced2c47a5d50e750.tar.xz
nfs-utils-aaf1ebff9c894f341dfb7db5ced2c47a5d50e750.zip
aclocal/autoconf/automake, properly this time.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a123bce..8e57afb 100644
--- a/configure.in
+++ b/configure.in
@@ -150,12 +150,14 @@ if test "$enable_nfsv4" = yes; then
AC_CHECK_HEADERS(nfsidmap.h, ,[AC_MSG_ERROR(libnfsidmap needed for nfsv4 support)])
dnl librpcsecgss already has a dependency on libgssapi,
dnl so we don't need to do an explicit check for libgssapi here
- PKG_CHECK_MODULES(RPCSECGSS, librpcsecgss, [],
+ if test "$enable_gss" = yes; then
+ PKG_CHECK_MODULES(RPCSECGSS, librpcsecgss, [],
[AC_MSG_ERROR([Unable to locate information required to use librpcsecgss.
If you have pkgconfig installed, you might try setting environment
variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])
]
- )
+ )
+ fi
fi
if test "$knfsd_cv_glibc2" = no; then