comparison 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
comparison
equal deleted inserted replaced
11170:0e9e2b923d09 11171:ebb02ea3c789
322 enable_dbus=yes 322 enable_dbus=yes
323 ], 323 ],
324 [ 324 [
325 enable_dbus=no 325 enable_dbus=no
326 ]) 326 ])
327 AC_PATH_PROG([DBUS_BINDING_TOOL], [dbus-binding-tool], [no])
328 if test x$DBUS_BINDING_TOOL = "xno" ; then
329 AC_MSG_WARN([dbus-binding-tool executable not found in your path])
330 enable_dbus=no
331 fi
332 fi 327 fi
333 328
334 dnl Why do we need python? 329 dnl Why do we need python?
335 330
336 dnl Python scripts are used to auto-generate about 3000 lines of C 331 dnl Python scripts are used to auto-generate about 3000 lines of C