edbus codegen: fix check for eina + ecore

This way we get a spurious line in configure, resulting in this message:

/home/lucas/p/edbus/configure: line 14196: ecore: command not found



SVN revision: 81495
This commit is contained in:
Lucas De Marchi 2012-12-20 22:04:07 +00:00
parent 29c5ffc21a
commit 49d1a4ad4d
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ EFL_ENABLE_BIN([edbus-codegen], ["yes"])
if test "x${have_edbus_codegen}" = "xyes" ; then
PKG_CHECK_MODULES([EDBUS_CODEGEN],
[eina >= 1.6.99],
[ecore >= 1.6.99],
[eina >= 1.6.99
ecore >= 1.6.99],
[have_edbus_codegen="yes"],
[have_edbus_codegen="no"])
fi