summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-10-27 21:19:27 (GMT)
committerAlexey Neyman <stilor@att.net>2018-10-27 21:19:27 (GMT)
commite738751e83b8590fe71c23d02027d92df6ee83a8 (patch)
tree056d9a15df3c435af834d74ba2f541681c558859 /configure.ac
parentd2bf59cb7da0940aa3a7bd660f2701f3eb2677fe (diff)
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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d06be67..791cb7a 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],