diff configure.ac @ 11171:ebb02ea3c789

[gaim-migrate @ 13272] Moved DBUS init call from gtkmain.c to core.c Reimplemented DBUS bindings mechamism to use low-level GLib bindings as described in my last blog entry. This way plugins can add new DBUS methods on the fly. Also wrote an example plugin that demonstrate how to do it. committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Sat, 30 Jul 2005 00:23:21 +0000
parents 616feca04ada
children e5bbe5070e04
line wrap: on
line diff
--- a/configure.ac	Fri Jul 29 13:38:00 2005 +0000
+++ b/configure.ac	Sat Jul 30 00:23:21 2005 +0000
@@ -324,11 +324,6 @@
 	[
 		enable_dbus=no
 	])
-	AC_PATH_PROG([DBUS_BINDING_TOOL], [dbus-binding-tool], [no])
-	if test x$DBUS_BINDING_TOOL = "xno" ; then
-		AC_MSG_WARN([dbus-binding-tool executable not found in your path])
-		enable_dbus=no
-	fi
 fi
 
 dnl  Why do we need python?