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

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

Author: biurrun
Date: Fri Nov  6 15:24:33 2009
New Revision: 1553

Log:
Disable -Werror until we have found a solution for the OpenWrt warnings.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Fri Nov  6 15:22:00 2009        (r1552)
+++ trunk/configure.ac  Fri Nov  6 15:24:33 2009        (r1553)
@@ -131,7 +131,7 @@
 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] r1553 - trunk/configure.ac - Diego Biurrun