Skip to content

Commit

Permalink
Fix desktop notification support
Browse files Browse the repository at this point in the history
Due to some synapse connection breakdown, in the previous commit I've
accidentally broken desktop notifications....
  • Loading branch information
arkq committed Feb 12, 2017
1 parent 6334d95 commit f712ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ AC_ARG_ENABLE([libnotify],
AM_CONDITIONAL([ENABLE_LIBNOTIFY], [test "x$enable_libnotify" = "xyes"])
AM_COND_IF([ENABLE_LIBNOTIFY], [
PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.7])
AC_DEFINE([ENABLE_LIBNOTIFY], [1], [Define to 1 if libnotify is enabled.])
])

AC_CONFIG_FILES([Makefile src/Makefile test/Makefile])
Expand Down

0 comments on commit f712ac3

Please sign in to comment.