diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·41+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·41+0200 |
commit | 969a14599d2f7bfd02971475b5b2be49fb965117 (patch) | |
tree | ee8e29c17041e39a4f09dfb41fe39e2d46d2a340 /configure.ac | |
parent | 34a85c5405a228860a7bbe77239fb0204bf6952c (diff) |
If "pv" is available at compile time, hard-code its path
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c37f76870c55..fba53e81603c 100644 --- a/configure.ac +++ b/configure.ac @@ -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). |