From a15887c69d157167e610814c5f0799989a99d336 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Thu, 21 Oct 2010 17:12:05 +0000 Subject: [PATCH] Ecore no longer has ecore_list_... SVN revision: 53720 --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7a20f237..57518aa3 100644 --- a/configure.ac +++ b/configure.ac @@ -169,10 +169,7 @@ AC_ARG_ENABLE(ecore, [ --enable-ecore use ecore functions (for testing only - DO NOT USE!) @<:@default=no@:>@],, enable_ecore=no) if test "x$enable_ecore" = "xyes"; then - PKG_CHECK_MODULES(ECORE, ecore ecore-x ecore-data, - AC_DEFINE(USE_ECORE, 1, [Use libecore]) - AC_DEFINE(USE_ECORE_X, 1, [Use libecore_x]), - enable_ecore=no) + PKG_CHECK_MODULES(ECORE, ecore-x, AC_DEFINE(USE_ECORE_X, 1, [Use libecore_x]), enable_ecore=no) fi # Is this reasonably correct?