besser82 / rpms / pidgin

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