From a9c4772b7175a0bc85844c9b8bb8bdcd26bbce8c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 2 May 2011 14:54:35 -0700 Subject: [PATCH] Further fix gssapi.m4 for Heimdal without libroken The gssapi.m4 fix for Heimdal without libroken was incomplete. It now doesn't attempt to link with libroken when probing for GSS-API symbols. Thanks, Antoine Verheijen. Change-Id: Ie994c321f68d7ffba96d2cf31dcf287be8546121 Reviewed-on: http://gerrit.openafs.org/4607 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- src/cf/gssapi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf/gssapi.m4 b/src/cf/gssapi.m4 index d60b23932..6c8c9b651 100644 --- a/src/cf/gssapi.m4 +++ b/src/cf/gssapi.m4 @@ -103,7 +103,7 @@ AC_DEFUN([_RRA_LIB_GSSAPI_MANUAL], [GSSAPI_LIBS="-lgss"], [AC_MSG_ERROR([cannot find usable GSS-API library])])], [$rra_gssapi_extra])], - [-lkrb5 -lasn1 -lroken -lcrypto -lcom_err $rra_gssapi_extra]) + [-lkrb5 -lasn1 -lcrypto -lcom_err $rra_gssapi_extra]) RRA_LIB_GSSAPI_RESTORE]) dnl Sanity-check the results of krb5-config and be sure we can really link a -- 2.39.5