summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2014-09-04 16:25:38 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-09-04 17:33:05 +0200
commit0d6f4f29edf7ba0333acc3816026e99a4eee0030 (patch)
tree1324eb9dcfeea4c0ff55932abe7f741f6554348c /configure.ac
parentde14acab86b68367c3e2c601d7bce3650427ffa8 (diff)
downloadelementary-0d6f4f29edf7ba0333acc3816026e99a4eee0030.tar.gz
module: detect extention just based on if its windows or not.
This follow what we do on other part of EFL and should fix issue on Mac OS X. Should fix D1161 at the same time. @fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index dbcf406a1..8780879ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,9 +97,6 @@ MODULE_ARCH="v-v_maj.v_min.v_mic"
AC_SUBST([MODULE_ARCH])
AC_DEFINE_UNQUOTED([MODULE_ARCH], ["$MODULE_ARCH"], ["Module architecture"])
-EFL_SHARED_EXTENSION="${shrext_cmds}"
-AC_DEFINE_UNQUOTED([EFL_SHARED_EXTENSION], ["${EFL_SHARED_EXTENSION}"], ["Shared extension"])
-
ELM_UNIX_DEF="#undef"
ELM_WIN32_DEF="#undef"
have_windows="no"