cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c98ea3d5e9693211f6851708cbee61f4cea93fe6
commit c98ea3d5e9693211f6851708cbee61f4cea93fe6 Author: Cedric Bail <[email protected]> Date: Sat May 10 11:27:26 2014 +0200 autotools: remove dead and erroneous code. --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.ac b/configure.ac index 77d158a..d0d5574 100644 --- a/configure.ac +++ b/configure.ac @@ -25,18 +25,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) PKG_PROG_PKG_CONFIG MODULE_EDJE=`pkg-config --variable=module_arch edje` -if test -z "$MODULE_EDJE"; then - # Backward compatibility -- TODO: remove when EFL 1.8 is released. - EDJE_VERSION=`$PKG_CONFIG edje --modversion | awk -F . '{printf("%s.%s.%s", $1, $2, $3);}'` - case "$host_os" in - mingw32ce* | cegcc*) - MODULE_EDJE="$host_os-$host_cpu" - ;; - *) - MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}" - ;; - esac -fi AC_SUBST(MODULE_EDJE) AC_DEFINE_UNQUOTED(MODULE_EDJE, "$MODULE_EDJE", "Edje module architecture") --
