mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:18:11 +00:00
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:
parent
17029eff1d
commit
5d8350f7d7
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user