From ad590e741cb175b3836834dceb66024bb086e77b Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Tue, 20 Oct 2015 14:49:10 +0100 Subject: Revert "as-libtool.m4: bump libtool requirement to 2.4.4" Turns out the original upstream 2.4.2 does work, it's the 2.4.2 shipping with Ubuntu that breaks. This reverts commit d689b7e777103ca4f542cbfd9c6cc810679f72d1. --- m4/as-libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index e540b90..3b16095 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -41,6 +41,6 @@ AC_DEFUN([AS_LIBTOOL], fi AC_SUBST([$1]_LT_LDFLAGS) - LT_PREREQ([2.4.4]) + LT_PREREQ([2.2.6]) LT_INIT([dlopen win32-dll disable-static]) ]) -- cgit v1.2.3