[pisa-src] r1531 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 05 Nov 2009 12:13:19 +0100

Author: biurrun
Date: Thu Nov  5 12:13:19 2009
New Revision: 1531

Log:
Remove unnecessary commented-out AM_CFLAGS line.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Thu Nov  5 11:40:28 2009        (r1530)
+++ trunk/configure.ac  Thu Nov  5 12:13:19 2009        (r1531)
@@ -123,7 +123,6 @@
 
 # Set default AM_CFLAGS for the complete project.
 AC_SUBST(AM_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wstrict-prototypes 
-Wdisabled-optimization -Wpointer-arith -Wundef -Winline 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow")
-#AC_SUBST(AM_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wstrict-prototypes 
-Wdisabled-optimization -Wpointer-arith -Wundef -Winline 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow -Wtype-limits")
 
 if test -d "$PISA_HIPL_SRCDIR"; then
        AC_DEFINE(CONFIG_PISA_WITH_HIPL, AC_PREREQ(2.53))

Other related posts:

  • » [pisa-src] r1531 - trunk/configure.ac - Diego Biurrun