aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-11 11:03:56 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-12 19:19:11 +0000
commit8ebbf99173984bf44e78ff7fec2a8ab082c1c8ae (patch)
tree46827da94fd869b94ac978843617cb421e34a75c /configure.ac
parent3b940d2a83a8d51f3de1284acec28171f6cac8c9 (diff)
Remove Lynx.
Use tools/html2text.py to convert HTML to text. Remove some now-obsolete documentation. Change-Id: Ib21a1ab10c789182da5fcc68e98917a00f2fa650 Reviewed-on: https://code.wireshark.org/review/25733 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index dc19170564..de63869854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,12 +463,6 @@ AS_IF([test ! -x "$XSLTPROC"],
AM_CONDITIONAL(BUILD_USER_GUIDE, [test "x$have_wsug" = xyes -a "x$want_wsug" != xno])
-# HTML to text processor. Executable must support "-dump".
-AC_MSG_CHECKING([for an HTML to text processor])
-AC_PATH_PROGS(LYNX, [lynx w3m links])
-AC_CHECK_PROGS(HAVE_LYNX, [lynx w3m links], "yes", "no")
-AM_CONDITIONAL(HAVE_LYNX, test x$HAVE_LYNX = xyes)
-
# RPM
AC_CHECK_PROGS(RPMBUILD, [rpmbuild], [rpmbuild])