aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-01-01 08:45:24 +0800
committerXan Lopez <xan@gnome.org>2010-01-02 06:41:07 +0800
commitea287003f61545d9490628caeadce249e9ed775e (patch)
treec59e61c5658c5399bf3127226882a021fab7fde3 /configure.ac
parent1fced385cba9227ce0c971d5eeb25f9e9fd4daf6 (diff)
downloadgsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.gz
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.bz2
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.lz
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.xz
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.zst
gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.zip
No need to AC_SUBST EPIPHANY_FEATURES several times
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
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])
# *******************