From e36c6513cede03e3aee0861ab1ce68013198fb6e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 5 Dec 2014 13:06:01 -0800 Subject: [PATCH] configure.ac: Replace contraction to fix syntax highlighting. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1d9d015481e..b0df1bba899 100644 --- a/configure.ac +++ b/configure.ac @@ -1345,7 +1345,7 @@ if test "x$enable_openvg" = xyes; then fi AC_MSG_ERROR([Cannot enable OpenVG, because egl_gallium has been removed and - OpenVG hasn't been integrated into standard libEGL yet]) + OpenVG has not been integrated into standard libEGL yet]) EGL_CLIENT_APIS="$EGL_CLIENT_APIS "'$(VG_LIB)' VG_LIB_DEPS="$VG_LIB_DEPS $SELINUX_LIBS $PTHREAD_LIBS" -- 2.30.2