summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2012-04-19 11:13:38 +0200
committerJürg Billeter <j@bitron.ch>2012-04-19 11:14:17 +0200
commitc80799f59333edc2178de7f4d639e489266a69a0 (patch)
treebecdf28dae9c025a329bd42fc88ac2db990ef140 /configure.ac
parentd4c9a178a22b4471b1c0ef9574259f4d2321941e (diff)
downloadtracker-c80799f59333edc2178de7f4d639e489266a69a0.tar.gz
build: Remove obsolete check for dbus-binding-tool
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 30c825319..41dc18d86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -725,12 +725,6 @@ fi
DBUS_SERVICES_DIR="$services_dir"
AC_SUBST(DBUS_SERVICES_DIR)
-# Check we have the D-Bus binding tool we need
-AC_PATH_PROG(DBUSBINDINGTOOL, dbus-binding-tool)
-if test -z $DBUSBINDINGTOOL; then
- AC_MSG_ERROR([Could not find 'dbus-binding-tool'])
-fi
-
GLIB_GENMARSHAL=`$PKG_CONFIG glib-2.0 --variable=glib_genmarshal`
AC_SUBST(GLIB_GENMARSHAL)