summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-06-17 18:51:50 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-22 19:47:58 +0200
commite0a5cb591cf5593f400b9b59608a6c238698ee64 (patch)
tree06b9fd006b2cbb3989f9b8fb499473e4453e3ee9
parent27636d80def676ae8599caadfec5c8657840d232 (diff)
downloadspice-e0a5cb591cf5593f400b9b59608a6c238698ee64.tar.gz
spice-e0a5cb591cf5593f400b9b59608a6c238698ee64.tar.xz
spice-e0a5cb591cf5593f400b9b59608a6c238698ee64.zip
build-sys: Use spice-common m4 macro for lz4
This will allow to share this detection code with spice-gtk.
-rw-r--r--configure.ac12
m---------spice-common0
2 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 8da30668..a8b610be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,11 +75,6 @@ AS_IF([test x"$enable_opengl" != "xno"], [
AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" $GL_LIBS"])
])
-AC_ARG_ENABLE([lz4],
- AS_HELP_STRING([--enable-lz4],[Enable lz4 compression algorithm]),,
- [enable_lz4="no"])
-AS_IF([test x"$enable_lz4" != "xno"], [enable_lz4="yes"])
-AM_CONDITIONAL(SUPPORT_LZ4, test "x$enable_lz4" = "xyes")
SPICE_CHECK_SMARTCARD([SMARTCARD])
AM_CONDITIONAL(SUPPORT_SMARTCARD, test "x$have_smartcard" = "xyes")
@@ -90,6 +85,7 @@ AC_ARG_ENABLE([automated_tests],
AS_IF([test x"$enable_automated_tests" != "xno"], [enable_automated_tests="yes"])
AM_CONDITIONAL(SUPPORT_AUTOMATED_TESTS, test "x$enable_automated_tests" != "xno")
+SPICE_CHECK_LZ4([LZ4])
dnl =========================================================================
dnl Check deps
@@ -146,12 +142,6 @@ AC_SUBST(SSL_CFLAGS)
AC_SUBST(SSL_LIBS)
AS_VAR_APPEND([SPICE_REQUIRES], [" openssl"])
-if test "x$enable_lz4" = "xyes"; then
- PKG_CHECK_MODULES(LZ4, liblz4)
- AC_DEFINE([USE_LZ4], [1], [Define to build with Lz4 support])
-fi
-AC_SUBST(LZ4_CFLAGS)
-AC_SUBST(LZ4_LIBS)
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,
AC_MSG_CHECKING([for jpeglib.h])
AC_TRY_CPP(
diff --git a/spice-common b/spice-common
-Subproject b216f66f108b14b67b8cb2f9a3d2caee0ec8e0f
+Subproject 1b5edbe49e5c36c4f35453de448b54f770e1c1b