ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.?
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Sep 2009 21:49:41 +0000 (21:49 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Sep 2009 21:49:41 +0000 (21:49 +0000)
very unusual)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@42394 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index b0d4e3a..87abb8f 100644 (file)
@@ -811,7 +811,7 @@ fi
 
 # ecore_config
 ecore_config_deps="no"
-if test "x$have_eet" = "xyes" -a "x$have_ecore_ipc" = "xyes" ; then
+if test "x$have_eet" = "xyes" -a "x$have_ecore_ipc" = "xyes" -a "x$have_evas" ; then
   ecore_config_deps="yes"
 fi