[Spice-commits] configure.ac

Pavel Grunt pgrunt at kemper.freedesktop.org
Fri May 12 10:11:41 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 651153ac7781cf28e6c8153b7d1b3aa06f5d2190
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri May 12 11:12:22 2017 +0200

    configure: Fix typo in epoxy checking
    
    Acked-by: Victor Toso <victortoso at redhat.com>

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])
 AC_MSG_RESULT([$have_egl])
 AM_CONDITIONAL([HAVE_EGL],[test "$have_egl" = "yes"])
 AS_IF([test "$have_egl" = "yes"],


More information about the Spice-commits mailing list