From c60c72b60f77f386d0a11cc37da7c5075e270352 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 30 Dec 2012 13:32:47 +0000 Subject: [PATCH] efl: pic-only if platform supports. in some cases libtool would build 2 versions, pic for shared and no-pic for static. Make sure we just build one as pic is good enough. NOTE: this is only used on supported platforms. SVN revision: 81902 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa8582dc0d..4ed7e76241 100644 --- a/configure.ac +++ b/configure.ac @@ -358,7 +358,7 @@ AM_CONDITIONAL([HAVE_PS3], [test "x${have_ps3}" = "xyes"]) if test "x${have_windows}" = "xyes" ; then lt_cv_deplibs_check_method='pass_all' fi -LT_INIT([win32-dll disable-static disable-fast-install]) +LT_INIT([win32-dll disable-static disable-fast-install pic-only]) version_info="lt_cur:lt_rev:lt_age" AC_SUBST([version_info]) release_info="v_rel"