From 82b399d6114a2f10f9b6e8aee0a7cebd858d8d66 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 1 Jan 2013 17:29:29 +0000 Subject: [PATCH] efl/configure.ac: remove disable-fast-install. As reported by Doug Newgard it was causing problems and seems this is the reason. No idea why it works for me in the same distro/autoconf/automake. SVN revision: 81959 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index be92992e06..e3e1e1261b 100644 --- a/configure.ac +++ b/configure.ac @@ -228,7 +228,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 pic-only]) +LT_INIT([win32-dll disable-static pic-only]) EFL_LTLIBRARY_FLAGS="-no-undefined -version-info lt_cur:lt_rev:lt_age v_rel" AC_SUBST(EFL_LTLIBRARY_FLAGS)