comparison configure.ac @ 21431:5dddaf6e6136

propagate from branch 'im.pidgin.pidgin' (head d2826de9438a8a8756c77368c1f585807a3984d0) to branch 'im.pidgin.cpw.resiak.disconnectreason' (head 583a04601ea4d2794327f5e811d1bcaeb0662c7c)
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 11 Nov 2007 22:31:16 +0000
parents a97f24eda509
children c7f4e49fce71
comparison
equal deleted inserted replaced
21430:2e73cb4d0f9d 21431:5dddaf6e6136
898 if test "x$gadu_libs" = "xyes"; then 898 if test "x$gadu_libs" = "xyes"; then
899 AC_MSG_CHECKING(for libgadu GPL compatibility) 899 AC_MSG_CHECKING(for libgadu GPL compatibility)
900 CPPFLAGS_save="$CPPFLAGS" 900 CPPFLAGS_save="$CPPFLAGS"
901 CPPFLAGS="$CPPFLAGS $GADU_CFLAGS" 901 CPPFLAGS="$CPPFLAGS $GADU_CFLAGS"
902 AC_TRY_COMPILE([#include <libgadu.h>], [ 902 AC_TRY_COMPILE([#include <libgadu.h>], [
903 #ifdef __GG_LIBGADU_HAVE_OPENSSL 903 #if defined(__GG_LIBGADU_HAVE_OPENSSL) || defined(GG_CONFIG_HAVE_OPENSSL)
904 #error "libgadu is not compatible with the GPL when compiled with OpenSSL support." 904 #error "libgadu is not compatible with the GPL when compiled with OpenSSL support."
905 #endif 905 #endif
906 ], [ 906 ], [
907 AC_MSG_RESULT(yes) 907 AC_MSG_RESULT(yes)
908 AC_DEFINE([HAVE_LIBGADU], [1], 908 AC_DEFINE([HAVE_LIBGADU], [1],
910 ], [ 910 ], [
911 AC_MSG_RESULT(no) 911 AC_MSG_RESULT(no)
912 echo 912 echo
913 echo 913 echo
914 echo "libgadu is not compatible with the GPL when compiled with OpenSSL support." 914 echo "libgadu is not compatible with the GPL when compiled with OpenSSL support."
915 echo "Please recompile libgadu using:" 915 echo "To compile against system libgadu, please recompile libgadu using:"
916 echo "./autogen.sh --disable-libgadu-openssl --disable-static --enable-shared" 916 echo "./autogen.sh --disable-libgadu-openssl --disable-static --enable-shared"
917 echo "Then rerun this ./configure" 917 echo "Then rerun this ./configure"
918 echo 918 echo
919 echo "Falling back to using our own copy of libgadu"
919 echo 920 echo
920 GADU_LIBS="" 921 GADU_LIBS=""
921 GADU_CFLAGS="" 922 GADU_CFLAGS=""
922 gadu_libs=no 923 gadu_libs=no
923 ]) 924 ])
2260 libpurple/protocols/yahoo/Makefile 2261 libpurple/protocols/yahoo/Makefile
2261 libpurple/protocols/zephyr/Makefile 2262 libpurple/protocols/zephyr/Makefile
2262 libpurple/tests/Makefile 2263 libpurple/tests/Makefile
2263 libpurple/purple.h 2264 libpurple/purple.h
2264 libpurple/version.h 2265 libpurple/version.h
2265 share/Makefile
2266 share/sounds/Makefile 2266 share/sounds/Makefile
2267 share/ca-certs/Makefile 2267 share/ca-certs/Makefile
2268 finch/finch.pc 2268 finch/finch.pc
2269 finch/Makefile 2269 finch/Makefile
2270 finch/libgnt/Makefile 2270 finch/libgnt/Makefile