From: Jeff Layton <jlayton@xxxxxxxxxx> The conftest should work without these extra libs being included. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- aclocal/librpcsecgss.m4 | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/aclocal/librpcsecgss.m4 b/aclocal/librpcsecgss.m4 index a81819e..5791260 100644 --- a/aclocal/librpcsecgss.m4 +++ b/aclocal/librpcsecgss.m4 @@ -5,12 +5,10 @@ AC_DEFUN([AC_LIBRPCSECGSS], [ dnl Check for library, but do not add -lrpcsecgss to LIBS AC_CHECK_LIB([rpcsecgss], [authgss_create_default], [librpcsecgss=1], - [AC_MSG_ERROR([librpcsecgss not found.])], - [-lgssglue -ldl]) + [AC_MSG_ERROR([librpcsecgss not found.])]) AC_CHECK_LIB([rpcsecgss], [authgss_set_debug_level], - [AC_DEFINE([HAVE_AUTHGSS_SET_DEBUG_LEVEL], 1, - [Define to 1 if you have the `authgss_set_debug_level' function.])],, - [-lgssglue -ldl]) + [AC_DEFINE([HAVE_AUTHGSS_SET_DEBUG_LEVEL], 1, + [Define to 1 if you have the `authgss_set_debug_level' function.])]) ])dnl -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html