From: raster Date: Thu, 10 Sep 2009 21:49:41 +0000 (+0000) Subject: ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.? X-Git-Tag: accepted/2.0/20130306.224007~195^2~1370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fb9efa58727d7ca03bdc4f8ae3e823ee7c79ab1;p=profile%2Fivi%2Fecore.git ecore-conig dont build if no evas found (mind u if no evas... why ecore etc.? very unusual) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@42394 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index b0d4e3a..87abb8f 100644 --- a/configure.ac +++ b/configure.ac @@ -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