From 0b8b3d58038304994dbbbf7eb8afac97d5bf70f2 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 30 Aug 2010 03:41:14 +0000 Subject: [PATCH] well then - then no check. why was it there anyway? SVN revision: 51737 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 524234a99..188c52f1b 100644 --- a/configure.ac +++ b/configure.ac @@ -534,9 +534,6 @@ define([CHECK_MODULE_OFONO], AC_SUBST(EOFONO_CFLAGS) AC_SUBST(EOFONO_LIBS) -# Check enotify support for illume-indicator module so it can do dbus notifications or not -AC_E_CHECK_PKG(ENOTIFY, [edbus >= 1.0.0 enotify >= 1.0.0], [], [ILLUME2=false]) - AC_E_OPTIONAL_MODULE([ibar], true) AC_E_OPTIONAL_MODULE([dropshadow], true) AC_E_OPTIONAL_MODULE([clock], true)