]> git.pld-linux.org Git - packages/pidgin.git/blame - pidgin-libgadu.patch
- switched on silc bcond
[packages/pidgin.git] / pidgin-libgadu.patch
CommitLineData
be9750be 1diff -aurN gaim-2.0.0.orig/configure.ac gaim-2.0.0/configure.ac
2--- gaim-2.0.0.orig/configure.ac 2006-03-08 22:25:19.000000000 +0100
3+++ gaim-2.0.0/configure.ac 2006-03-10 21:51:36.233940352 +0100
4@@ -631,28 +631,9 @@
5 AC_MSG_CHECKING(for libgadu GPL compatibility)
6 CPPFLAGS_save="$CPPFLAGS"
7 CPPFLAGS="$CPPFLAGS $GADU_CFLAGS"
8- AC_TRY_COMPILE([#include <libgadu.h>], [
9-#ifdef __GG_LIBGADU_HAVE_OPENSSL
10-#error "libgadu is not compatible with the GPL when compiled with OpenSSL support."
11-#endif
12- ], [
13 AC_MSG_RESULT(yes)
14 AC_DEFINE([HAVE_LIBGADU], [1],
15 [Define to 1 if you have libgadu.])
16- ], [
17- AC_MSG_RESULT(no)
18- echo
19- echo
20- echo "libgadu is not compatible with the GPL when compiled with OpenSSL support."
21- echo "Please recompile libgadu using:"
22- echo "./autogen.sh --disable-libgadu-openssl --disable-static --enable-shared"
23- echo "Then rerun this ./configure"
24- echo
25- echo
26- GADU_LIBS=""
27- GADU_CFLAGS=""
28- gadu_libs=no
29- ])
30 CPPFLAGS="$CPPFLAGS_save"
31 fi
32
This page took 0.078744 seconds and 4 git commands to generate.