changeset 11308:5ede3f6d6bd7

[gaim-migrate @ 13508] gcc 3.x doesn't support this... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 19 Aug 2005 05:09:54 +0000
parents e1c55e65ab8e
children 2934ab3a6c89
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Aug 19 04:30:50 2005 +0000
+++ b/configure.ac	Fri Aug 19 05:09:54 2005 +0000
@@ -272,7 +272,7 @@
 fi
 
 if test "x$GCC" = "xyes"; then
-	CFLAGS="$CFLAGS -Wall -Wdeclaration-after-statement -g3"
+	CFLAGS="$CFLAGS -Wall -g3"
 fi
 AC_SUBST(CFLAGS)