summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnton Maklakov <anton@espressif.com>2018-07-30 19:57:54 (GMT)
committerAnton Maklakov <anton@espressif.com>2018-11-05 07:20:15 (GMT)
commit77b8e827b74b061ec8ec200c02480bbcde1b1e33 (patch)
treed39c1c6b43531b02be5955447ac861f4c6ac916a /configure.ac
parent2808fdb6a3e0d197331d77aef0e70320507addef (diff)
Add a "which" dependency into the configure script
Diffstat (limited to 'configure.ac')
-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.