Mercurial > pidgin
diff configure.ac @ 11095:eeefaa62f5a2
[gaim-migrate @ 13123]
DBus autotools stuff seems to work.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Tue, 12 Jul 2005 05:30:23 +0000 |
| parents | 7831d0969531 |
| children | df3b825c1b46 |
line wrap: on
line diff
--- a/configure.ac Tue Jul 12 04:27:11 2005 +0000 +++ b/configure.ac Tue Jul 12 05:30:23 2005 +0000 @@ -324,6 +324,11 @@ [ 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 if test "x$enable_dbus" = "xyes"; then
