summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2014-05-10 11:27:26 +0200
committerCedric Bail <cedric.bail@free.fr>2014-05-10 12:39:03 +0200
commitc98ea3d5e9693211f6851708cbee61f4cea93fe6 (patch)
tree6b7f977652cf7a286e3eb4dc6add69105ae3dc10
parent8064e883bf749b42696b9e9e7836f73b1433e175 (diff)
downloadelementary-c98ea3d5e9693211f6851708cbee61f4cea93fe6.tar.gz
autotools: remove dead and erroneous code.
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 77d158ae9..d0d557400 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")