From: <ebl...@us...> - 2006-10-18 23:42:04
|
Revision: 17538 http://svn.sourceforge.net/gaim/?rev=17538&view=rev Author: eblanton Date: 2006-10-18 16:41:57 -0700 (Wed, 18 Oct 2006) Log Message: ----------- -Wall should be set by configure.ac iff CC=gcc Modified Paths: -------------- trunk/console/libgnt/Makefile.am Modified: trunk/console/libgnt/Makefile.am =================================================================== --- trunk/console/libgnt/Makefile.am 2006-10-18 22:27:30 UTC (rev 17537) +++ trunk/console/libgnt/Makefile.am 2006-10-18 23:41:57 UTC (rev 17538) @@ -60,5 +60,4 @@ AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ - $(GNT_CFLAGS) \ - -Wall + $(GNT_CFLAGS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |