From 7797f5bf1ef919ada530b58ec81b7c8f0c87acee Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 30 Jan 2011 05:59:24 +0000 Subject: [PATCH] lock externals to major version of edje. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@56397 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 086d53b..71ccea0 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ VMIN=v_min AC_SUBST(VMAJ) AC_SUBST(VMIN) -EDJE_VERSION="1.0.0" +EDJE_VERSION=`pkg-config edje --modversion | awk -F . '{printf("%s.0.0", $1);}'` case "$host_os" in mingw32ce* | cegcc*) -- 2.7.4