diff options
author | Matt Turner <[email protected]> | 2014-12-05 13:06:01 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-05 13:22:56 -0800 |
commit | e36c6513cede03e3aee0861ab1ce68013198fb6e (patch) | |
tree | 4c0879dc6a4197967209f149e35dcce0b9bcfd80 /configure.ac | |
parent | f13870db09d7a10141b5ffc24058bb2abceaa035 (diff) |
configure.ac: Replace contraction to fix syntax highlighting.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |