From 36948e83594fc514577011c357accd4b60733b65 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 30 Aug 2010 03:46:49 +0000 Subject: [PATCH] oops dont remove - just remove disabling of illume SVN revision: 51739 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 188c52f1b..218b3b44c 100644 --- a/configure.ac +++ b/configure.ac @@ -607,6 +607,8 @@ AC_E_OPTIONAL_MODULE([everything-windows], true) AC_E_OPTIONAL_MODULE([systray], true) AC_E_OPTIONAL_MODULE([comp], true) +AC_E_CHECK_PKG(ENOTIFY, [edbus >= 1.0.0 enotify >= 1.0.0], [], []) + if test "x$USE_MODULE_ILLUME" = "xtrue" -a "x$USE_MODULE_ILLUME2" = "xtrue" ;then AC_MSG_ERROR([illume and illume2 cannot be built together]) fi