Add check for e_notify so config.h will container HAVE_ENOTIFY.

(Used for illume-indicator module so that it can make quickpanels of
dbus notifications).



SVN revision: 51628
This commit is contained in:
Christopher Michael 2010-08-25 03:42:28 +00:00
parent f467fa997c
commit b35e1e096e
1 changed files with 3 additions and 0 deletions

View File

@ -533,6 +533,9 @@ define([CHECK_MODULE_OFONO],
AC_SUBST(EOFONO_CFLAGS)
AC_SUBST(EOFONO_LIBS)
#dnl Check enotify support for illume-indicator module so it can do dbus notifications or not
AC_E_CHECK_PKG(ENOTIFY, [enotify >= 1.0.0], [], [ENOTIFY=false])
AC_E_OPTIONAL_MODULE([ibar], true)
AC_E_OPTIONAL_MODULE([dropshadow], true)
AC_E_OPTIONAL_MODULE([clock], true)