[Spice-commits] configure.ac
Frediano Ziglio
fziglio at kemper.freedesktop.org
Fri Dec 11 03:22:25 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d8350f7d73fb5907746db4d3142c517707868aa
Author: Marc-André Lureau <mlureau at redhat.com>
Date: Thu Dec 10 01:04:21 2015 +0100
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 at gmail.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/configure.ac b/configure.ac
index 907a275..2eb8128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
More information about the Spice-commits
mailing list