Update the ecore check to only check for ecore-file

SVN revision: 29221
This commit is contained in:
titan 2007-03-29 14:21:51 +00:00 committed by titan
parent 8dc67a437d
commit 28c75ad4b1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ PKG_CHECK_MODULES([EVAS], evas,
]
)
PKG_CHECK_MODULES([ECORE], ecore,
PKG_CHECK_MODULES([ECORE], ecore-file,
[
have_ecore="Yes"
],