autotools: remove dead and erroneous code.

This commit is contained in:
Cedric Bail 2014-05-10 11:27:26 +02:00
parent 44a67054de
commit f9cf4a780d
1 changed files with 0 additions and 12 deletions

View File

@ -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")