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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 06 Nov 2009 15:48:33 +0100

Author: biurrun
Date: Fri Nov  6 15:48:32 2009
New Revision: 1557

Log:
Put -Werror back in place.
The relevant bug in the autobuild script should now be fixed and
no continuous deluge of spam should appear on the mailing list.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Fri Nov  6 15:43:09 2009        (r1556)
+++ trunk/configure.ac  Fri Nov  6 15:48:32 2009        (r1557)
@@ -130,8 +130,7 @@
        pisa_with_hipl=yes
 else
         # HIPL generates many warnings, so we cannot enable -Werror with it.
-        # FIXME: Disable -Werror until it builds with OpenWrt.
-        #AC_SUBST(AM_CFLAGS, "$AM_CFLAGS -Werror")
+        AC_SUBST(AM_CFLAGS, "$AM_CFLAGS -Werror")
        AC_MSG_WARN("HIPL source tree cannot be found. So you could encounter 
some problems when hipl-related parts of codes are executed.")
        AC_MSG_WARN("Try giving a correct path to the hipl source tree with the 
--with-hipl option. You can see usage with ./configure -h.")
        pisa_with_hipl=no

Other related posts:

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