summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2009-05-30 17:10:35 +0700
committerJulien Danjou <julien@danjou.info>2009-05-30 13:10:13 +0200
commitc63c72ca006a7f45dc2dfb9c94291fab05d2bde5 (patch)
tree63d7b89fb742d535e9c0ca0d50df6d3b1d4819a9
parentcf8a88dd0c546d2f52d939cbd9027c545098cfd3 (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 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