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

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