From: Russ Allbery Date: Mon, 2 May 2011 21:54:35 +0000 (-0700) Subject: Further fix gssapi.m4 for Heimdal without libroken X-Git-Tag: upstream/1.8.0_pre1^2~3769 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a9c4772b7175a0bc85844c9b8bb8bdcd26bbce8c;p=packages%2Fo%2Fopenafs.git 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 --- 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