1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

Remove unused w3m dependency

This commit is contained in:
Eelco Dolstra 2014-09-17 17:42:00 +02:00
parent d98bfcbf81
commit d64b8e9e53
3 changed files with 1 additions and 3 deletions

View file

@ -138,7 +138,6 @@ NEED_PROG(bash, bash)
NEED_PROG(patch, patch)
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)