Skip to content

Commit

Permalink
fixup error msg for when libdbus is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jul 14, 2014
1 parent 7d22ffb commit b8e726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/dbus_notification.cpp
Expand Up @@ -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 <dbus/dbus.h>
Expand Down

0 comments on commit b8e726e

Please sign in to comment.