forked from e16/e16
1
0
Fork 0

Ecore no longer has ecore_list_...

SVN revision: 53720
This commit is contained in:
Kim Woelders 2010-10-21 17:12:05 +00:00
parent 9d49ad94f1
commit a15887c69d
1 changed files with 1 additions and 4 deletions

View File

@ -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?