f75a79b30a
Merge patches from upstream to fix build with newer gtk+2.
13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2011/03/07 19:41:32 ajacoutot Exp $
|
|
--- configure.orig Sun Feb 6 06:13:28 2011
|
|
+++ configure Sat Feb 26 22:54:52 2011
|
|
@@ -15618,7 +15618,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
|
|
LIBS_save="$LIBS"
|
|
|
|
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
|
|
- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
|
|
+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lgssapi"
|
|
sunlibs="-lkrb5 -lgss"
|
|
if test "${ac_cv_lib_kerberos5+set}" = set; then :
|
|
$as_echo_n "(cached) " >&6
|