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:12:31 +0900
commitb434b5dfde90eb5edbd0532500a1ad0d762e7745 (patch)
treeba04583a15b168fdc1e60fdcd8a1cf303953608f
parentf39d97f65a6ad01dc7c392b97804b0046a9cdb6b (diff)
downloadutil-keysyms-b434b5dfde90eb5edbd0532500a1ad0d762e7745.tar.gz
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