Remove useless instructions

This commit is contained in:
Vincent Torri 2015-07-22 14:12:13 +02:00 committed by ChunEon Park
parent d5f66885ac
commit ee5672fa73
2 changed files with 2 additions and 17 deletions

View File

@ -19,3 +19,4 @@ Mincheol Seo <mcmin.seo@samsung.com>
Michelle Legrand <legrand.michelle@outlook.com>
Jerome Pinot <ngc891@gmail.com>
Jean-Phillippe Andre <jp.andre@samsung.com>
Vincent Torri <vincent.torri@gmail.com>

View File

@ -74,25 +74,9 @@ efreet >= ${efl_version}"
AC_SUBST(requirement_enventor)
PKG_CHECK_MODULES([ENVENTOR],
[
${requirement_enventor}
]
)
PKG_CHECK_MODULES([ENVENTOR], [${requirement_enventor}])
### Checks for linker characteristics
lt_enable_auto_import=""
case "${host_os}" in
mingw*)
lt_enable_auto_import="-Wl,--enable-auto-import"
;;
esac
case "$host_vendor" in
ps3*)
# Escape had already been checked to exist
;;
esac
AC_SUBST([lt_enable_auto_import])
# Needs to be moved into a macro, and also, needs a way to automatically fetch from all the dependencies using the Requires.
DEPS_EOLIAN_FLAGS=`${PKG_CONFIG} --variable=eolian_flags eo evas edje ecore elementary efl`