summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 22:01:39 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 22:01:39 -0700
commit5d245d8013289b13e0c42100951b26166c7fada4 (patch)
tree638391c8aa6976a51311369a6b40de2bd6f1241f
parent1ec89689fc771f116a6165226b9e076f54254a40 (diff)
Require xorg-macros 1.11 now that it is released
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5b79b43b..3954123d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@ AC_CONFIG_HEADER([include/X11/XlibConf.h])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-# Require xorg-macros minimum of 1.10 for DocBook XML documentation
+# Require xorg-macros minimum of 1.11 for disabling fop by default
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.10)
+ [m4_fatal([must install xorg-macros 1.11 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.11)
XORG_DEFAULT_OPTIONS
XORG_ENABLE_SPECS
XORG_WITH_XMLTO(0.0.20)