bogus guard: you mean WITH_DBUS not HAVE_DBUS

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
Pierre Habouzit 2008-06-16 23:48:07 +02:00
parent 91f9f468bc
commit b95f06e4ae
1 changed files with 1 additions and 1 deletions

2
dbus.c
View File

@ -20,7 +20,7 @@
*/
#include "config.h"
#ifdef HAVE_DBUS
#ifdef WITH_DBUS
#include <dbus/dbus.h>