diff options
author | Anton Maklakov <anton@espressif.com> | 2018-07-31 02:57:54 +0700 |
---|---|---|
committer | Anton Maklakov <anton@espressif.com> | 2018-11-05 15:20:15 +0800 |
commit | 77b8e827b74b061ec8ec200c02480bbcde1b1e33 (patch) | |
tree | d39c1c6b43531b02be5955447ac861f4c6ac916a /configure.ac | |
parent | 2808fdb6a3e0d197331d77aef0e70320507addef (diff) | |
download | crosstool-ng-77b8e827b74b061ec8ec200c02480bbcde1b1e33.tar.gz crosstool-ng-77b8e827b74b061ec8ec200c02480bbcde1b1e33.tar.bz2 crosstool-ng-77b8e827b74b061ec8ec200c02480bbcde1b1e33.zip |
Add a "which" dependency into the configure script
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 791cb7a0..19eb5212 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. |