Magellan Linux

Annotation of /trunk/kvirc/patches/kvirc-3.2.0-always-ssl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 391 byte(s)
-import

1 niro 144 --- kvirc-3.2.0/admin/acinclude.m4.in 2005-02-22 20:58:17.000000000 +0100
2     +++ kvirc-3.2.0-ssl/admin/acinclude.m4.in 2006-08-04 00:46:42.000000000 +0200
3     @@ -877,7 +877,7 @@
4     SSL_new(0);
5     ],
6     eval "SS_ENABLE_SSL_SUPPORT=yes",
7     - eval "SS_ENABLE_SSL_SUPPORT=no"
8     + eval "SS_ENABLE_SSL_SUPPORT=yes"
9     )
10     LIBS="$SS_SAVED_LIBS"
11     if test "$SS_ENABLE_SSL_SUPPORT" = "yes"; then