From ee5672fa730c5b446e35049f4fadbd8133f94b0e Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 22 Jul 2015 14:12:13 +0200 Subject: [PATCH] Remove useless instructions --- AUTHORS | 1 + configure.ac | 18 +----------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/AUTHORS b/AUTHORS index d418450..2748fbe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,3 +19,4 @@ Mincheol Seo Michelle Legrand Jerome Pinot Jean-Phillippe Andre +Vincent Torri diff --git a/configure.ac b/configure.ac index b133177..8f8ee85 100644 --- a/configure.ac +++ b/configure.ac @@ -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`