From b434b5dfde90eb5edbd0532500a1ad0d762e7745 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 d4249b5..3f8522d 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,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.1