mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
15 lines
650 B
Diff
15 lines
650 B
Diff
diff -Naur Linux-PAM-1.3.1/configure.ac Linux-PAM-1.3.1.tpg/configure.ac
|
|
--- Linux-PAM-1.3.1/configure.ac 2018-05-23 16:50:06.256872000 +0000
|
|
+++ Linux-PAM-1.3.1.tpg/configure.ac 2018-05-23 16:51:46.867112227 +0000
|
|
@@ -554,9 +554,9 @@
|
|
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
|
|
[DocBook XSL Stylesheets], [], enable_docu=no)
|
|
|
|
-AC_PATH_PROG([BROWSER], [w3m])
|
|
+AC_PATH_PROG([BROWSER], [html2text])
|
|
if test ! -z "$BROWSER"; then
|
|
- BROWSER="$BROWSER -T text/html -dump"
|
|
+ BROWSER="$BROWSER"
|
|
else
|
|
AC_PATH_PROG([BROWSER], [elinks])
|
|
if test ! -z "$BROWSER"; then
|