diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2009-05-30 17:10:35 +0700 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 19:52:37 +0900 |
commit | 214afd4127898d047d2c2c66c974ec9b1d50b6e4 (patch) | |
tree | 5e2bf6e1b8cd8ee6a6382f75142329748b9f64b9 | |
parent | fbc320ee434b45c37f7501e1cb31c9e51369e79a (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 44e2324..4e67f04 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 |