changeset 14775:d1ffbae3a73a

[gaim-migrate @ 17538] -Wall should be set by configure.ac iff CC=gcc committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Wed, 18 Oct 2006 23:41:57 +0000
parents abc5706bfade
children a87c53e7b1e2
files console/libgnt/Makefile.am
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/Makefile.am	Wed Oct 18 22:27:30 2006 +0000
+++ b/console/libgnt/Makefile.am	Wed Oct 18 23:41:57 2006 +0000
@@ -60,5 +60,4 @@
 
 AM_CPPFLAGS = \
 	$(GLIB_CFLAGS) \
-	$(GNT_CFLAGS) \
-	-Wall
+	$(GNT_CFLAGS)