[hipl-commit] [trunk] Rev 3865: removed unused conditionals

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Mar 2010 16:47:30 +0200

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: Tue Mar 09 15:46:42 2010 +0100
Revision: 3865
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  removed unused conditionals
  
  AM_CONDITIONAL are only useful, when used at the make and not at the
  code level.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-03-09 14:46:12 +0000
+++ configure.ac        2010-03-09 14:46:42 +0000
@@ -205,7 +205,6 @@
     AC_SUBST(MAEMO_CFLAGS, "-O2 -g -fgnu89-inline")
     AC_SUBST(MAEMO_CPPFLAGS, "-I/usr/include/libipq/")
 fi
-AM_CONDITIONAL(HIP_MAEMO, test x"$ac_cv_use_maemo" = x"yes")
 
 AC_ARG_ENABLE(openwrt,
                AC_HELP_STRING([--enable-openwrt],
@@ -224,7 +223,6 @@
         AH_TEMPLATE(CONFIG_HIP_OPENWRT_MIPSLINUX, [Defined to 1 if mipslinux 
is enabled.])
     fi
 fi
-AM_CONDITIONAL(HIP_OPENWRT, test x"$ac_cv_use_openwrt" = x"yes")
 
 # if we already set altsep, then don't check the flags anymore
 if test x"$ac_cv_use_altsep" != x"yes"; then

Other related posts:

  • » [hipl-commit] [trunk] Rev 3865: removed unused conditionals - Rene Hummen