[Xcb-commit] configure.ac
Julien Danjou
jdanjou at kemper.freedesktop.org
Sat May 30 04:09:31 PDT 2009
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c63c72ca006a7f45dc2dfb9c94291fab05d2bde5
Author: Mikhail Gusarov <dottedmag at dottedmag.net>
Date: Sat May 30 17:10:35 2009 +0700
Typo in configure.ac
Signed-off-by: Julien Danjou <julien at danjou.info>
diff --git a/configure.ac b/configure.ac
index c7f8ad7..a1140b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ AX_COMPARE_VERSION([$xcbproto_version],[ge],[$xcbproto_required], xcbproto_ok="y
AC_MSG_RESULT([$xcbproto_ok])
if test $xcbproto_ok = no; then
- AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs needs to be compiled against version $xcbproto_required or higher])
+ AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher])
fi
More information about the xcb-commit
mailing list