summaryrefslogtreecommitdiff
path: root/chat/libpurple/patches/patch-aa
blob: 1b565ad706df30613e325a4c76518fae54e41501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.15 2012/04/25 16:27:50 drochner Exp $

--- configure.orig	2012-04-02 10:22:15.000000000 +0000
+++ configure
@@ -20785,7 +20785,7 @@ if ${ac_cv_gnutls_libs+:} false; then :
   $as_echo_n "(cached) " >&6
 else
 
-			LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt"
+			LIBS="$LIBS $with_gnutls_libs -lgnutls"
 			cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -20824,7 +20824,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confd
 			$as_echo "#define HAVE_SSL 1" >>confdefs.h
 
 			msg_gnutls="GnuTLS"
-			GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt"
+			GNUTLS_LIBS="$with_gnutls_libs -lgnutls"
 
 			enable_gnutls="yes"
 		else