summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-05 07:35:22 (GMT)
committerGitHub <noreply@github.com>2018-11-05 07:35:22 (GMT)
commit45a88f046d533df256c1af7b8bcd8b0705f745c5 (patch)
treed39c1c6b43531b02be5955447ac861f4c6ac916a
parent2808fdb6a3e0d197331d77aef0e70320507addef (diff)
parent77b8e827b74b061ec8ec200c02480bbcde1b1e33 (diff)
Merge pull request #1083 from antmak/dep_on_which
Add a "which" dependency into the configure script
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 791cb7a..19eb521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,6 +126,7 @@ CTNG_CHECK_PROGS_REQ([xz], [xz])
CTNG_CHECK_PROGS_REQ([unzip], [unzip])
CTNG_CHECK_PROGS_REQ([help2man], [help2man])
CTNG_CHECK_PROGS_REQ([file], [file])
+CTNG_CHECK_PROGS_REQ([which], [which])
# Not a fatal failure even if we have neither - the tarballs may
# be provided in a local directory.