build-sys: disable static lib by default

It's not used in general, so no need to build it by default.

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Marc-André Lureau 2015-12-10 01:04:21 +01:00 committed by Frediano Ziglio
parent 17029eff1d
commit 5d8350f7d7

View File

@ -43,7 +43,7 @@ if test x"$ac_cv_prog_cc_c99" = xno; then
fi
AC_PROG_INSTALL
AC_CANONICAL_HOST
AC_PROG_LIBTOOL
LT_INIT([disable-static])
AM_PROG_CC_C_O
AC_C_BIGENDIAN
AC_PATH_PROGS(PYTHON, python2 python)