[Spice-devel] [PATCH spice-gtk] configure: Fix typo in epoxy checking
Pavel Grunt
pgrunt at redhat.com
Fri May 12 09:43:30 UTC 2017
On Fri, 2017-05-12 at 11:41 +0200, Victor Toso wrote:
> 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?
yes, just the extra ')'
> 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
More information about the Spice-devel
mailing list