From 1ca735ff2d3622ef8bd68e8c360e6117b6bda5c4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 14 Nov 2016 11:43:12 +0100 Subject: [PATCH] Regular links doesn't work with -no-numbering -no-references. * configure.ac: Use elinks instead of links. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index df39d07e..8cd9e72f 100644 --- a/configure.ac +++ b/configure.ac @@ -558,7 +558,7 @@ AC_PATH_PROG([BROWSER], [w3m]) if test ! -z "$BROWSER"; then BROWSER="$BROWSER -T text/html -dump" else - AC_PATH_PROG([BROWSER], [links]) + AC_PATH_PROG([BROWSER], [elinks]) if test ! -z "$BROWSER"; then BROWSER="$BROWSER -no-numbering -no-references -dump" else -- 2.40.0