diff options
author | Xan Lopez <xan@gnome.org> | 2010-01-01 08:45:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-01-02 06:41:07 +0800 |
commit | ea287003f61545d9490628caeadce249e9ed775e (patch) | |
tree | c59e61c5658c5399bf3127226882a021fab7fde3 | |
parent | 1fced385cba9227ce0c971d5eeb25f9e9fd4daf6 (diff) | |
download | gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.gz gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.tar.zst gsoc2013-epiphany-ea287003f61545d9490628caeadce249e9ed775e.zip |
No need to AC_SUBST EPIPHANY_FEATURES several times
-rw-r--r-- | configure.ac | 5 |
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]) # ******************* |