[Xcb] [PATCH] Typo in configure.ac

Mikhail Gusarov dottedmag at dottedmag.net
Sat May 30 03:10:35 PDT 2009


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 
 
-- 
1.6.3.1



More information about the Xcb mailing list