ee9c201ba9
from brad (maintainer)
17 lines
572 B
Plaintext
17 lines
572 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.22 2010/12/23 23:25:25 steven Exp $
|
|
--- pidgin/gtkdialogs.c.orig Sun Dec 19 21:05:46 2010
|
|
+++ pidgin/gtkdialogs.c Mon Dec 20 20:35:12 2010
|
|
@@ -609,6 +609,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
|