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:04:45 +0900 |
commit | bd20761dfe7fdab409ba11b6310277a7be8451f7 (patch) | |
tree | 70d11312cd2ea099a541b5974b1877d45fe139a5 | |
parent | a960df2fdc20305f6927c8248f6fd3b01fa35093 (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 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 |