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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 20:37:36 +0100

Author: biurrun
Date: Sat Nov  7 20:37:36 2009
New Revision: 1574

Log:
Remove AM_CONDITIONAL invocation for the unused PISA_OPENWRT make variable.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 19:37:23 2009        (r1573)
+++ trunk/configure.ac  Sat Nov  7 20:37:36 2009        (r1574)
@@ -91,7 +91,6 @@
         AH_TEMPLATE(CONFIG_PISA_OPENWRT)
         AC_SUBST(OPENWRT_CFLAGS, "-lc")
 fi
-AM_CONDITIONAL(PISA_OPENWRT, test x"$ac_cv_use_openwrt" = x"yes")
 
 # Set default AM_CFLAGS for the complete project.
 AC_SUBST(AM_CFLAGS, "-std=gnu99 -Wall -Wextra -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wundef -Winline 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow -Werror")

Other related posts:

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