b8f3976a1a
from brad (maintainer)
17 lines
572 B
Plaintext
17 lines
572 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.21 2010/10/24 19:17:31 steven Exp $
|
|
--- pidgin/gtkdialogs.c.orig Sat Oct 16 23:43:28 2010
|
|
+++ pidgin/gtkdialogs.c Thu Oct 21 19:55:55 2010
|
|
@@ -607,6 +607,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
|