[Spice-devel] [PATCH spice-server] build: Fix M4 macros quoting

Victor Toso victortoso at redhat.com
Wed May 8 05:25:18 UTC 2019


On Tue, May 07, 2019 at 02:52:05PM +0100, Frediano Ziglio wrote:
> The PKG_CHECK_MODULES macro were not expanded correctly causing
> the gio-unix module not to be detected and these warnings:
> 
> ../configure: line 15133: GIO_UNIX_CFLAGS: command not found
> ../configure: line 15134: C: command not found
> ../configure: line 15135: GIO_UNIX_LIBS: command not found
> ../configure: line 15136: linker: command not found
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 8bcb22ce..e12d7e85 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -194,7 +194,7 @@ AS_VAR_APPEND([SPICE_REQUIRES], [" gobject-2.0 >= $GLIB2_REQUIRED"])
>  
>  #used only by tests
>  AS_IF([test "x$os_win32" != "xyes"],
> -      PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= $GLIB2_REQUIRED]))
> +      [PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= $GLIB2_REQUIRED])])

Sure,
Acked-by: Victor Toso <victortoso at redhat.com>

>  
>  PIXMAN_REQUIRED=0.17.7
>  PKG_CHECK_MODULES(PIXMAN, pixman-1 >= $PIXMAN_REQUIRED)
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190508/06da2d84/attachment.sig>


More information about the Spice-devel mailing list