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:04:45 +0900
commitbd20761dfe7fdab409ba11b6310277a7be8451f7 (patch)
tree70d11312cd2ea099a541b5974b1877d45fe139a5
parenta960df2fdc20305f6927c8248f6fd3b01fa35093 (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 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