summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-15 21:29:37 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-15 21:29:37 (GMT)
commit0d7822e7963a7c445ba3bebd8125f26b415c21c7 (patch)
treec21f34888e733ebf8fd5f6f8eb13f905dba34019 /configure.ac
parent715d6376bf87e102fd8a46af2f18dcc83ca913e0 (diff)
Require libtool be present
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 5cb82a8..765eae1 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],