From ea287003f61545d9490628caeadce249e9ed775e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 1 Jan 2010 01:45:24 +0100 Subject: No need to AC_SUBST EPIPHANY_FEATURES several times --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8f44e2140..24a62b083 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]) # ******************* -- cgit v1.2.3