New branch compatible with E19

This commit is contained in:
Davide Andreoli 2015-01-10 13:02:19 +01:00
parent 1803aa8a86
commit b736f06daf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ AM_CONDITIONAL([HAVE_PO], [false])
AC_SUBST(LTLIBINTL)
# check for Enlightenment
PKG_CHECK_MODULES(E, [enlightenment >= 0.18.99])
PKG_CHECK_MODULES(E, [enlightenment >= 0.19 enlightenment < 0.19.99])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)