X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=8e239ab4dadfcfb9592515335f836088a0d471ff;hp=8cd00df1f01ff51c580088d76c144c116c11c310;hb=a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938;hpb=1d0397894463e507e9f5d92442ac3b09e29310a3 diff --git a/configure.in b/configure.in index 8cd00df..8e239ab 100644 --- a/configure.in +++ b/configure.in @@ -223,6 +223,12 @@ if test "$enable_gss" = yes; then AC_MSG_WARN(Using $KRBDIR instead of requested value of $krb5_with for Kerberos!) fi + dnl This is not done until here because we need to have KRBLIB set + dnl "librpcsecgss=1" is so that it doesn't get added to LIBS + AC_CHECK_LIB(rpcsecgss, authgss_create_default, [librpcsecgss=1], [AC_MSG_ERROR(librpcsecgss needed for nfsv4 support)], $KRBLIB) + AC_CHECK_LIB(rpcsecgss, authgss_set_debug_level, + AC_DEFINE(HAVE_AUTHGSS_SET_DEBUG_LEVEL, 1, [Define this if the rpcsec_gss library has the function authgss_set_debug_level]),, $KRBLIB) + AC_SUBST([KRBDIR]) AC_SUBST([KRBLIB]) AC_SUBST([KRBINC])