From b8e726ea3f52f64720a97e6e30bbb3d3762d488a Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Mon, 14 Jul 2014 09:49:04 -0400 Subject: [PATCH] fixup error msg for when libdbus is not available --- src/desktop/dbus_notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/dbus_notification.cpp b/src/desktop/dbus_notification.cpp index 4efe77d7b116..d7db3f8c7713 100644 --- a/src/desktop/dbus_notification.cpp +++ b/src/desktop/dbus_notification.cpp @@ -19,7 +19,7 @@ #include "log.hpp" #ifndef HAVE_LIBDBUS -#error "You do not have lib dbus available, you should not be trying to compile dbus_notification.cpp" +#error "The HAVE_LIBDBUS symbol is not defined, you do not have lib dbus available, you should not be trying to compile dbus_notification.cpp" #endif #include