bump e version req

This commit is contained in:
Mike Blumenkrantz 2015-02-03 18:32:02 -05:00
parent b7aef3ec51
commit 4e991a1d92
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AC_PROG_LIBTOOL
#])
#AC_SUBST(LTLIBINTL)
PKG_CHECK_MODULES([E], [efx enlightenment > 0.18.99])
PKG_CHECK_MODULES([E], [efx enlightenment >= 0.19.99])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)