[Spice-devel] [PATCH spice-gtk] configure: Fix typo in epoxy checking

Victor Toso victortoso at redhat.com
Fri May 12 09:41:17 UTC 2017


On Fri, May 12, 2017 at 11:12:22AM +0200, Pavel Grunt wrote:
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 74b5811..ff00d73 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -67,7 +67,7 @@ AC_CHECK_HEADERS([termios.h])
>  AC_CHECK_HEADERS([epoxy/egl.h],
>                   [have_egl=yes],
>                   [have_egl=no])
> -AC_MSG_CHECKING([if we can use EGL in libepoxy)])
> +AC_MSG_CHECKING([if we can use EGL in libepoxy])

There was not warning, just an extra ')' in the end of the message,
right?
Acked-by: Victor Toso <victortoso at redhat.com>

>  AC_MSG_RESULT([$have_egl])
>  AM_CONDITIONAL([HAVE_EGL],[test "$have_egl" = "yes"])
>  AS_IF([test "$have_egl" = "yes"],
> -- 
> 2.12.2
> 
> _______________________________________________
> 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/20170512/e5d7e008/attachment.sig>


More information about the Spice-devel mailing list