Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 15:35:16 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 15:35:16 (GMT)
commit28df8004a43a579e93ea905a2426fe42e1e6dfa7 (patch)
tree7cad44effd0fc19908b46514eb21d508aabda382 /configure.ac
parent54bf2ac0ed59a10a51405ee9f14de5eb9d503148 (diff)
Ever build metadata manager since it's just disabled at runtime now.
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: * shell/Makefile.am: Ever build metadata manager since it's just disabled at runtime now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a0459df..4b91c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,6 @@ if test "x$enable_dbus" = "xyes" ; then
fi
AC_DEFINE([ENABLE_DBUS],[1],[Define if DBUS support is enabled])
- AC_DEFINE([ENABLE_METADATA],[1],[Define if metadata support is enabled])
DBUS_VERSION=`$PKG_CONFIG --modversion dbus-glib-1 | sed 's/0.\([[0-9]]*\)/\1/'`
AC_DEFINE_UNQUOTED(DBUS_VERSION, $DBUS_VERSION, [DBUS version.])
@@ -90,7 +89,6 @@ AC_SUBST(FRONTEND_CFLAGS)
AC_SUBST(FRONTEND_LIBS)
AM_CONDITIONAL([ENABLE_DBUS], [test "x$enable_dbus" = "xyes"])
-AM_CONDITIONAL([ENABLE_METADATA], [test "x$enable_dbus" = "xyes"])
AM_CONDITIONAL([DBUS_TOOL_NO_PREFIX], [test "x$DBUS_VERSION" = "x33"])
dnl Check for Nautilus property page build