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
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-01 17:29:29 +00:00
parent a57d4e8418
commit 82b399d611
1 changed files with 1 additions and 1 deletions

View File

@ -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)