New branch for places that is compatible with e18

This commit is contained in:
Davide Andreoli 2014-01-17 21:57:57 +01:00
parent 5c13ecd02b
commit a3e3135ccd
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.17.99])
PKG_CHECK_MODULES(E, [enlightenment >= 0.18.2 enlightenment < 0.18.99])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)