]> granicus.if.org Git - linux-pam/commitdiff
Regular links doesn't work with -no-numbering -no-references.
authorTomas Mraz <tmraz@fedoraproject.org>
Mon, 14 Nov 2016 10:43:12 +0000 (11:43 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 14 Nov 2016 10:43:12 +0000 (11:43 +0100)
* configure.ac: Use elinks instead of links.

configure.ac

index df39d07e4b08b3bf1a379b2635d57e846fd93fc4..8cd9e72f13494e814270502674dc106ea04c05bf 100644 (file)
@@ -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