summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9f33b9)
raw | patch | inline | side by side (parent: a9f33b9)
author | Ted Gould <ted@gould.cx> | |
Tue, 13 Jul 2010 21:55:54 +0000 (16:55 -0500) | ||
committer | Ted Gould <ted@gould.cx> | |
Tue, 13 Jul 2010 21:55:54 +0000 (16:55 -0500) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 61c34cc258d936bdbf6102914e8cc184ba9899f3..5236d26a73a32aeae7f567654bc9c3aeb3ef067f 100644 (file)
--- a/configure.ac
+++ b/configure.ac
enable_dbusapi=$enableval,enable_dbusapi=yes)
AC_DEFINE(WITH_DBUS,1,[Build in dbus])
+with_dbus="no"
if test "x$dbusapi" = "xyes"; then
PKG_CHECK_MODULES(DBUS, dbus-glib-1, with_dbus=yes, with_dbus=no)
if test "x$with_dbus" = "xyes"; then