X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=99803ecdcb0051790dd7a6e45b4f70612fc4d3cc;hb=519c8939aa6d436c8ed48bb0f390e9971676928f;hp=cd4d3ddfca6966b2e4d110a2eac484bd093da64d;hpb=a4acfaf4f942f702606e660990c873c9ff5b0395;p=catta diff --git a/configure.ac b/configure.ac index cd4d3dd..99803ec 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ AC_ARG_ENABLE(dbus, if test "x$ENABLE_DBUS" = "xyes"; then AC_DEFINE(ENABLE_DBUS, 1, [Whether to use DBUS or not]) - PKG_CHECK_MODULES(DBUS, [ dbus-glib-1 >= 0.30]) + PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 0.30]) AC_ARG_WITH(dbus-sys, AS_HELP_STRING([--with-dbus-sys=], [where D-BUS system.d directory is]))