Re: [sandbox v2 02/11] Allow disabling zlib support.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 29, 2015 at 06:44:10PM +0200, Cédric Bosdonnat wrote:
> Some distributions may not have static zlib package. Allow disabling
> it at build time.
> ---
>  configure.ac                                | 16 +++++++++++++++-
>  libvirt-sandbox/libvirt-sandbox-init-qemu.c | 12 ++++++++++++
>  2 files changed, 27 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 834a444..99d22d7 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -80,7 +80,16 @@ PKG_CHECK_MODULES(LIBVIRT, libvirt >= $LIBVIRT_REQUIRED)
>  PKG_CHECK_MODULES(LIBVIRT_GLIB, libvirt-glib-1.0 >= $LIBVIRT_GOBJECT_REQUIRED)
>  PKG_CHECK_MODULES(LIBVIRT_GOBJECT, libvirt-gobject-1.0 >= $LIBVIRT_GOBJECT_REQUIRED)
>  PKG_CHECK_MODULES(LIBVIRT_GCONFIG, libvirt-gconfig-1.0 >= $LIBVIRT_GCONFIG_REQUIRED)
> -PKG_CHECK_MODULES(ZLIB, zlib >= $ZLIB_REQUIRED)
> +
> +AC_ARG_WITH([zlib],
> +  [AS_HELP_STRING([--with-zlib],
> +    [add ZLIB support @<:@default=yes@:>@])])
> +m4_divert_text([DEFAULTS], [with_zlib=yes])
> +
> +if test "$with_zlib" = "yes" ; then
> +    PKG_CHECK_MODULES(ZLIB, zlib >= $ZLIB_REQUIRED)
> +    fi

Indentation bug, and AC_DEFINE issue too


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]