summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-04-25 16:18:19 +0200
committerAlon Levy <alevy@redhat.com>2012-04-27 11:25:15 +0300
commit1ad5c8633cc52aef5aa8a58bf529859caa8d1bd9 (patch)
treef18ab03dca4c112eeb5d215dda9c757a67289bce /configure.ac
parentb3caf8621d798ea3c5140b8adc193121c4c13c4a (diff)
Distribution-agnostic XORG_MACROS_VERSION check message
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a97f477..a18910a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_CONFIG_HEADERS([config.h])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-x11-util-macros 1.4 or later before running autoconf/autogen])])
+ [m4_fatal([you must install X.Org util-macros 1.4 or later (or the corresponding package from your distribution) before running autoconf/autogen])])
XORG_MACROS_VERSION(1.4)
XORG_DEFAULT_OPTIONS