summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-27 08:48:14 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-27 08:48:14 -0400
commitb3da011aab766d62e39cc43a7aaf80d9fd20c840 (patch)
tree67f32abb37715d61c0b926ce2f9e6bbb0235264e
parent5fa8e062b246971f478a0da5308fd8ac9743b606 (diff)
Deploy the new XORG_DEFAULT_OPTIONS #24242
Pre-req for generating INSTALL file
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0b6c8a8..2cdec4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,9 @@ AC_INIT([xf86-input-keyboard],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-keyboard)
-# Require xorg-macros version 1.3 or newer for XORG_DEFAULT_OPTIONS
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+# Require xorg-macros: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION],
+ [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS