diff options
Diffstat (limited to 'lib/libXcomposite/configure.ac')
-rw-r--r-- | lib/libXcomposite/configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libXcomposite/configure.ac b/lib/libXcomposite/configure.ac index 3567715b4..154cd2cc4 100644 --- a/lib/libXcomposite/configure.ac +++ b/lib/libXcomposite/configure.ac @@ -48,12 +48,7 @@ AC_PROG_LIBTOOL XORG_DEFAULT_OPTIONS -AC_ARG_VAR([XMLTO], [Path to xmlto command]) -AC_PATH_PROG([XMLTO], [xmlto]) -AM_CONDITIONAL([HAVE_XMLTO], [test "x$XMLTO" != "x"]) -if test "x$XMLTO" = "x" -a ! -f $srcdir/man/Xcomposite.man ; then - AC_MSG_WARN([xmlto not found - cannot create man pages without it]) -fi +XORG_WITH_XMLTO # Check compositeext configuration, strip extra digits from package version to # find the required protocol version |