mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 13:41:05 +00:00
15 lines
535 B
Diff
15 lines
535 B
Diff
https://bugs.gentoo.org/679626
|
|
Thanks-to: dolphinling
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -100,8 +100,8 @@ dnl
|
|
AC_ARG_VAR([LYNX], [Name and path of the `lynx' browser.])
|
|
AC_PATH_PROG([LYNX], [lynx], [lynx])
|
|
|
|
-AC_ARG_VAR([LINKS], [Name and path of the `elinks' browser.])
|
|
-AC_PATH_PROG([LINKS], [elinks], [elinks])
|
|
+AC_ARG_VAR([LINKS], [Name and path of the `links/elinks' browser.])
|
|
+AC_PATH_PROGS([LINKS], [links elinks], [links])
|
|
|
|
AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.])
|
|
AC_PATH_PROG([W3M], [w3m], [w3m])
|