From e5b887a02be5c1a8b8c3b8e60d713a2a702e4a65 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sat, 30 May 2009 17:10:35 +0700 Subject: Typo in configure.ac Signed-off-by: Julien Danjou --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3