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