]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin-libgadu.patch
enable voice/video bcond by default
[packages/pidgin.git] / pidgin-libgadu.patch
1 --- pidgin-2.3.0/configure.ac2  2007-12-08 19:18:44.000000000 +0100
2 +++ pidgin-2.3.0/configure.ac   2007-12-08 19:19:15.000000000 +0100
3 @@ -902,29 +902,9 @@
4         AC_MSG_CHECKING(for libgadu GPL compatibility)
5         CPPFLAGS_save="$CPPFLAGS"
6         CPPFLAGS="$CPPFLAGS $GADU_CFLAGS"
7 -       AC_TRY_COMPILE([#include <libgadu.h>], [
8 -#if defined(__GG_LIBGADU_HAVE_OPENSSL) || defined(GG_CONFIG_HAVE_OPENSSL)
9 -#error "libgadu is not compatible with the GPL when compiled with OpenSSL support."
10 -#endif
11 -       ], [
12                 AC_MSG_RESULT(yes)
13                 AC_DEFINE([HAVE_LIBGADU], [1],
14                         [Define to 1 if you have libgadu.])
15 -       ], [
16 -               AC_MSG_RESULT(no)
17 -               echo
18 -               echo
19 -               echo "libgadu is not compatible with the GPL when compiled with OpenSSL support."
20 -               echo "To compile against system libgadu, please recompile libgadu using:"
21 -               echo "./autogen.sh --disable-libgadu-openssl --disable-static --enable-shared"
22 -               echo "Then rerun this ./configure"
23 -               echo
24 -               echo "Falling back to using our own copy of libgadu"
25 -               echo
26 -               GADU_LIBS=""
27 -               GADU_CFLAGS=""
28 -               gadu_libs=no
29 -       ])
30         CPPFLAGS="$CPPFLAGS_save"
31  fi
32  
This page took 0.13959 seconds and 3 git commands to generate.