edbus codegen: fix check for eina + ecore
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 20 Dec 2012 22:04:07 +0000 (22:04 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 20 Dec 2012 22:04:07 +0000 (22:04 +0000)
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

legacy/edbus/configure.ac

index 4b2c038..55c0524 100644 (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