summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2009-05-30 17:10:35 +0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:17:54 +0900
commit0e73e8587f1c7bed0cc908d304e31d1c3759ca24 (patch)
treec45e7fbbb1c97b8ee9bbd2598a32963a7ace93bc
parent1c2431808339743980cfbc17533123388511fd50 (diff)
Typo in configure.ac
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d13984f..59537f7 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