1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Check for w3m.

This commit is contained in:
Eelco Dolstra 2005-09-15 15:21:57 +00:00
parent 7f384d9c1b
commit d1d0271996
3 changed files with 10 additions and 3 deletions

View file

@ -82,6 +82,7 @@ NEED_PROG(bunzip2, bunzip2)
NEED_PROG(shell, sh)
AC_PATH_PROG(xmllint, xmllint, false)
AC_PATH_PROG(xsltproc, xsltproc, false)
AC_PATH_PROG(w3m, w3m, false)
AC_PATH_PROG(flex, flex, false)
AC_PATH_PROG(bison, bison, false)
NEED_PROG(perl, perl)