diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2009-05-30 17:10:35 +0700 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:17:54 +0900 |
commit | 0e73e8587f1c7bed0cc908d304e31d1c3759ca24 (patch) | |
tree | c45e7fbbb1c97b8ee9bbd2598a32963a7ace93bc | |
parent | 1c2431808339743980cfbc17533123388511fd50 (diff) |
Typo in configure.ac
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | configure.ac | 2 |
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 |