# HG changeset patch # User Richard Laager # Date 1177886559 0 # Node ID 9702a1c87d6454cced1f182aac1ee58af079c8ec # Parent 7bb4bc24b14eb6f10575a25493a1ff9ec2575cba Filter -Wall from the GADU_CFLAGS. I'll let the libgadu folks know about this. diff -r 7bb4bc24b14e -r 9702a1c87d64 configure.ac --- a/configure.ac Sun Apr 29 22:22:16 2007 +0000 +++ b/configure.ac Sun Apr 29 22:42:39 2007 +0000 @@ -713,6 +713,7 @@ GADU_LIBS="$GADU_LIBS -lgadu" AC_CHECK_LIB(gadu, gg_libgadu_version, [gadu_libs=yes], , $GADU_LIBS) fi +GADU_CFLAGS=`echo $GADU_CFLAGS |$sedpath 's/-Wall//'` if test "x$gadu_libs" = "xyes"; then AC_MSG_CHECKING(for libgadu GPL compatibility)