[libvirt] [PATCH 2/2] build: quote AC_LANG_PROGRAM to avoid warnings with autoconf 2.68

Eric Blake eblake at redhat.com
Mon Dec 13 18:04:07 UTC 2010


On 12/13/2010 06:44 AM, Diego Elio Pettenò wrote:
> ---
>  configure.ac |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index b5c995f..eb1425a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -73,7 +73,7 @@ VERSION_SCRIPT_FLAGS=-Wl,--version-script=
>  LIBVIRT_COMPILE_WARNINGS([maximum])
>  
>  AC_MSG_CHECKING([for CPUID instruction])
> -AC_COMPILE_IFELSE(AC_LANG_PROGRAM(
> +AC_COMPILE_IFELSE([AC_LANG_PROGRAM(

ACK, and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20101213/b74d6973/attachment-0001.sig>


More information about the libvir-list mailing list