blob: f006d6caebfcdb4dfec4aa4c029fed845c0ab9f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,6 @@ AC_PROG_MAKE_SET
AM_PROG_CC_C_O
dnl Allow partial building on systems without xmlto
-AC_CHECK_PROG([have_xmlto], [xmlto], ["yes"],["no"])
AM_CONDITIONAL([BUILD_DOC], [test "x${have_xmlto}" = "xyes"])
dnl Shared-library version
|