Mercurial > pidgin
diff configure.ac @ 16676:9702a1c87d64
Filter -Wall from the GADU_CFLAGS. I'll let the libgadu folks know about this.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 29 Apr 2007 22:42:39 +0000 |
parents | 171acd9ebb1a |
children | a081abf60514 |
line wrap: on
line diff
--- 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)