not available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98674
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Allow apachectl to perform status with links and elinks as well.
+ [Justin Erenkrantz]
+
*) Fix segfault which occurred when a section in an included file was
not closed. PR 17093. [André Malo]
AC_PROG_LN_S
AC_CHECK_TOOL(RANLIB, ranlib, true)
dnl AC_PATH_PROG(PERL_PATH, perl)
+AC_CHECK_PROGS(LYNX_PATH,[lynx links elinks], [lynx])
dnl various OS checks that apparently set required flags
AC_AIX
# a command that outputs a formatted text version of the HTML at the
# url given on the command line. Designed for lynx, however other
# programs may work.
-LYNX="lynx -dump"
+LYNX="@LYNX_PATH@ -dump"
#
# the URL to your server's mod_status status page. If you do not
# have one, then status and fullstatus will not work.