diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6842,7 +6842,7 @@ EOF if test "x${have_xmlto}" == "xyes"; then { $as_echo "$as_me:$LINENO: checking for xmlto --stringparam support" >&5 $as_echo_n "checking for xmlto --stringparam support... " >&6; } - xmlto --stringparam man.authors.section.enabled=0 txt conftest.xml + xmlto --stringparam man.authors.section.enabled=0 txt conftest.xml >/dev/null 2>&1 if test $? == 0; then have_xmlto_stringparam="yes" { $as_echo "$as_me:$LINENO: result: yes" >&5 |