summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-02-17 18:14:42 +0900
committerArnaud Fontaine <arnau@debian.org>2014-02-17 18:15:27 +0900
commitf662e3a93ebdec3d1c9374382dcc070093a42fed (patch)
treefcc8a2b7b2a80a557a1b24b5b65c9431c03fab75
parent9dd400297f673851dfaea22de2b51583c7b89cb6 (diff)
downloadm4-f662e3a93ebdec3d1c9374382dcc070093a42fed.tar.gz
Fix error message following 9dd4002.
-rw-r--r--xcb_util_common.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/xcb_util_common.m4 b/xcb_util_common.m4
index 09c9443..bc1cd42 100644
--- a/xcb_util_common.m4
+++ b/xcb_util_common.m4
@@ -2,7 +2,7 @@
# -----------------------------------------------------------------
#
# Defines default options for xcb-util libraries. xorg/util/macros >=
-# 1.6.0 is required for cross-platform compiler flags and to build
+# 1.16.0 is required for cross-platform compiler flags and to build
# library documentation.
#
AC_DEFUN([XCB_UTIL_COMMON], [
@@ -35,7 +35,7 @@ fi
# Call macros from Xorg util-macros
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.6.0 or later before running autoconf/autogen])])
+ [m4_fatal([must install xorg-macros 1.16.0 or later before running autoconf/autogen])])
XORG_MACROS_VERSION([1.16.0])
XORG_DEFAULT_OPTIONS