--- a/configure.in.old 2013-09-18 16:30:13.000000000 +0400 +++ b/configure.in 2015-01-21 19:36:59.000000000 +0300 @@ -552,9 +552,9 @@ JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl], [DocBook XSL Stylesheets], [], enable_docu=no) -AC_PATH_PROG([BROWSER], [w3m]) +AC_PATH_PROG([BROWSER], [html2text]) if test ! -z "$BROWSER"; then - BROWSER="$BROWSER -T text/html -dump" + BROWSER="$BROWSER" else enable_docu=no fi