diff options
author | marha <marha@users.sourceforge.net> | 2010-08-07 14:16:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-07 14:16:42 +0000 |
commit | 4e3f3e7b8cc2c617187bdf23a9948bfd5121074e (patch) | |
tree | ddd603e7fd5151ae250b7fb63c9e84eebc79814e /libXdmcp/configure.ac | |
parent | 6849d83857b4e470a44ad8b6aa5cfb283fd64c89 (diff) | |
download | vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.tar.gz vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.tar.bz2 vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.zip |
libXext xserver libX11 libXdmcp libxcb git update 7/8/2010
Diffstat (limited to 'libXdmcp/configure.ac')
-rw-r--r-- | libXdmcp/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libXdmcp/configure.ac b/libXdmcp/configure.ac index a005627ad..a5cfc8762 100644 --- a/libXdmcp/configure.ac +++ b/libXdmcp/configure.ac @@ -28,10 +28,10 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h)
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Require xorg-macros minimum of 1.10 for HAVE_STYLESHEETS in XORG_CHECK_SGML_DOCTOOLS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+ [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.10)
XORG_DEFAULT_OPTIONS
XORG_ENABLE_DOCS
XORG_WITH_XMLTO(0.0.20)
|