X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=8e57afbf9c653409d5b14a4ce62eb6ce9dfd8617;hp=a123bce361b5aec83c310cf0863cd1b66d5d401f;hb=aaf1ebff9c894f341dfb7db5ced2c47a5d50e750;hpb=5ef15b8cb696c5b5fd62185dbbbc66b519204455 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