diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-15 14:29:37 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-15 14:29:37 -0700 |
commit | 0d7822e7963a7c445ba3bebd8125f26b415c21c7 (patch) | |
tree | c21f34888e733ebf8fd5f6f8eb13f905dba34019 /configure.ac | |
parent | 715d6376bf87e102fd8a46af2f18dcc83ca913e0 (diff) | |
download | crosstool-ng-0d7822e7963a7c445ba3bebd8125f26b415c21c7.tar.gz crosstool-ng-0d7822e7963a7c445ba3bebd8125f26b415c21c7.tar.bz2 crosstool-ng-0d7822e7963a7c445ba3bebd8125f26b415c21c7.zip |
Require libtool be present
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5cb82a8b..765eae17 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,7 @@ CTNG_PROG_VERSION_REQ_ANY([MAKE], [make_3_81_or_newer]) # Check other companion tools that we may or may not build. -CTNG_PROG_VERSION([LIBTOOL], +CTNG_PROG_VERSION_REQ_STRICT([LIBTOOL], [GNU libtool >= 2.4], [libtool], [glibtool libtool], |