efl/libtool: disable-static by default.

Most systems will never ever need the static builds of EFL, and it
doubles the compilation time (4m36s x 2m48s on my laptop). Then
disable it by default.

The user may still override this default by specifying --enable-static
to configure.



SVN revision: 81898
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-30 12:12:32 +00:00
parent 16a9372e35
commit 33791572fc
1 changed files with 1 additions and 1 deletions

View File

@ -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])
LT_INIT([win32-dll disable-static])
version_info="lt_cur:lt_rev:lt_age"
AC_SUBST([version_info])
release_info="v_rel"