X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=3d7ab0a2669d33c3cece1844b7eb53f2c1e3f68a;hp=cc7f3b4b4933c218d2e4cab7369ba5c1afc4e4d7;hb=2a0f1422a891776ecad49109102f1dde8bef1cf9;hpb=88d745b004cc0d57ce668829ca08c5d5dc3e6a9e diff --git a/configure.ac b/configure.ac index cc7f3b4..3d7ab0a 100644 --- a/configure.ac +++ b/configure.ac @@ -344,6 +344,15 @@ if test "$enable_gss" = yes; then dnl but we need to make sure we get the right version if test "$enable_gss" = yes; then AC_RPCSEC_VERSION + if test x"$GSSGLUE_LIBS" != x""; then + GSSAPI_CFLAGS=$GSSGLUE_CFLAGS + GSSAPI_LIBS=$GSSGLUE_LIBS + else + GSSAPI_CFLAGS=$GSSKRB_CFLAGS + GSSAPI_LIBS=$GSSKRB_LIBS + fi + AC_SUBST([GSSAPI_CFLAGS]) + AC_SUBST([GSSAPI_LIBS]) fi fi