sorry. we can't depend on svnrev in versions. wish we could. we can't :(

SVN revision: 64121
This commit is contained in:
Carsten Haitzler 2011-10-17 05:22:08 +00:00
parent fef1dc318f
commit 46f9ad78bb
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Eina.h>])