Blame SOURCES/pidgin-2.10.11-do-not-disable-wall.patch

875063
diff --git a/configure.ac b/configure.ac
875063
index 51471b1..6b59976 100644
875063
--- a/configure.ac
875063
+++ b/configure.ac
875063
@@ -1227,11 +1227,6 @@ AC_ARG_ENABLE(fortify, [AC_HELP_STRING([--disable-fortify], [compile without FOR
875063
 
875063
 DEBUG_CFLAGS="$DEBUG_CFLAGS -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -DFINCH_DISABLE_DEPRECATED -DGNT_DISABLE_DEPRECATED"
875063
 if test "x$GCC" = "xyes"; then
875063
-	dnl We enable -Wall later.
875063
-	dnl If it's set after the warning CFLAGS in the compiler invocation, it counteracts the -Wno... flags.
875063
-	dnl This leads to warnings we don't want.
875063
-	CFLAGS=`echo $CFLAGS |$sedpath 's/-Wall//'`
875063
-
875063
 	dnl ENABLE WARNINGS SUPPORTED BY THE VERSION OF GCC IN USE
875063
 	dnl
875063
 	dnl Future Possibilities