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
commite5b887a02be5c1a8b8c3b8e60d713a2a702e4a65 (patch)
tree086dc95d734b18a755d532036e092ea91e11ff95
parent7ee68475774dc0948e165a9584ee3b1b7fbbad2d (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