[epiphany] No need to AC_SUBST EPIPHANY_FEATURES several times



commit ea287003f61545d9490628caeadce249e9ed775e
Author: Xan Lopez <xan gnome org>
Date:   Fri Jan 1 01:45:24 2010 +0100

    No need to AC_SUBST EPIPHANY_FEATURES several times

 configure.ac |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8f44e21..24a62b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,8 +222,6 @@ if test "$found_introspection" = "yes"; then
   AC_DEFINE([ENABLE_INTROSPECTION], [1], [Define to enable introspection support])
 fi
 
-AC_SUBST([EPIPHANY_FEATURES])
-
 # ****
 # Seed
 # ****
@@ -249,8 +247,6 @@ fi
 
 AM_CONDITIONAL([ENABLE_SEED],[test "$enable_seed" = "yes"])
 
-AC_SUBST([EPIPHANY_FEATURES])
-
 # ***
 # NSS
 # ***
@@ -269,6 +265,7 @@ if test "$enable_nss" = "yes"; then
 fi
 
 AM_CONDITIONAL([ENABLE_NSS],[test "$enable_nss" = "yes"])
+
 AC_SUBST([EPIPHANY_FEATURES])
 
 # *******************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]