From: raster Date: Mon, 17 Oct 2011 05:22:08 +0000 (+0000) Subject: sorry. we can't depend on svnrev in versions. wish we could. we can't :( X-Git-Tag: submit/trunk/20120815.174732~836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbaa7e78686e9a8627a29a43b083ec99cf5aed96;p=profile%2Fivi%2Fevas.git sorry. we can't depend on svnrev in versions. wish we could. we can't :( git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@64121 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index f9356df..6b8b9b7 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ esac ## strong dependencies # Eina -PKG_CHECK_MODULES([EINA], [eina > 1.0.999.64029]) +PKG_CHECK_MODULES([EINA], [eina > 1.0.999]) CPPFLAGS_SAVE="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $EINA_CFLAGS" AC_CHECK_SIZEOF(Eina_Unicode,, [#include ])