diff options
author | Alexey Neyman <stilor@att.net> | 2018-10-27 14:19:27 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-10-27 14:19:27 -0700 |
commit | e738751e83b8590fe71c23d02027d92df6ee83a8 (patch) | |
tree | 056d9a15df3c435af834d74ba2f541681c558859 /configure.ac | |
parent | d2bf59cb7da0940aa3a7bd660f2701f3eb2677fe (diff) | |
download | crosstool-ng-e738751e83b8590fe71c23d02027d92df6ee83a8.tar.gz crosstool-ng-e738751e83b8590fe71c23d02027d92df6ee83a8.tar.bz2 crosstool-ng-e738751e83b8590fe71c23d02027d92df6ee83a8.zip |
Accept any libtool version
ct-ng will build its own version if a recent enough version is not
detected.
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 d06be675..791cb7a0 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,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_REQ_STRICT([LIBTOOL], +CTNG_PROG_VERSION([LIBTOOL], [GNU libtool >= 2.4], [libtool], [glibtool libtool], |