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

Pavel Grunt pgrunt at redhat.com
Fri May 12 09:12:22 UTC 2017


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



More information about the Spice-devel mailing list