diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2019-01-07T21·38-0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2019-01-07T21·40-0500 |
commit | 27332870466c971d9c9bbc4a0955c7882468e132 (patch) | |
tree | e0a96d79de043515dcc36198fec9aa60fccd6892 /configure.ac | |
parent | fef9f5653ba656d0028b5bea8f4e1c6571e5573a (diff) |
Don't look for a "pv" program, or mention it in the manual source
The manual reference was commented out, and the sole reference to this program other than the configure script. Removed both.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69aa9a946d2a..5a2526672fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,6 @@ NEED_PROG(bzip2, bzip2) NEED_PROG(gzip, gzip) NEED_PROG(xz, xz) AC_PATH_PROG(dot, dot) -AC_PATH_PROG(pv, pv, pv) AC_PATH_PROG(lsof, lsof, lsof) |