diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2012-04-24 13:22:41 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-04-25 15:16:04 +0300 |
commit | b3caf8621d798ea3c5140b8adc193121c4c13c4a (patch) | |
tree | ce800f046b7d573230d82f3f44f25acc3bc87a6f | |
parent | 315c7de54699a883ba91f906ab59985e4e5426c2 (diff) |
Change xorg-macros -> xorg-x11-util-macros in configure error message
At least in Fedora 17, the correct RPM name is xorg-x11-util-macros
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb874f7..a97f477 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-macros 1.4 or later before running autoconf/autogen])]) + [m4_fatal([must install xorg-x11-util-macros 1.4 or later before running autoconf/autogen])]) XORG_MACROS_VERSION(1.4) XORG_DEFAULT_OPTIONS |