d0ff45e476
from brad (MAINTAINER)
17 lines
572 B
Plaintext
17 lines
572 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.24 2011/08/22 07:35:34 jasper Exp $
|
|
--- pidgin/gtkdialogs.c.orig Thu Aug 18 04:51:04 2011
|
|
+++ pidgin/gtkdialogs.c Sun Aug 21 02:16:05 2011
|
|
@@ -617,6 +617,12 @@ g_string_append(str, "<br/> <b>Library Support</b><br
|
|
g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>");
|
|
#endif
|
|
|
|
+#ifdef HAVE_OPENSSL
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Enabled<br/>");
|
|
+#else
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Disabled<br/>");
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_GNUTLS
|
|
g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>");
|
|
#else
|