17 lines
571 B
Plaintext
17 lines
571 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.14 2009/01/14 10:34:21 sthen Exp $
|
|
--- pidgin/gtkdialogs.c.orig Mon Jan 12 14:05:39 2009
|
|
+++ pidgin/gtkdialogs.c Mon Jan 12 22:06:03 2009
|
|
@@ -576,6 +576,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
|