mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
If "pv" is available at compile time, hard-code its path
This commit is contained in:
parent
34a85c5405
commit
969a14599d
3 changed files with 3 additions and 1 deletions
|
@ -171,6 +171,7 @@ NEED_PROG(bzip2, bzip2)
|
|||
AC_PATH_PROG(dot, dot)
|
||||
AC_PATH_PROG(dblatex, dblatex)
|
||||
AC_PATH_PROG(gzip, gzip)
|
||||
AC_PATH_PROG(pv, pv, pv)
|
||||
|
||||
|
||||
# Test that Perl has the open/fork feature (Perl 5.8.0 and beyond).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue