diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-10-20 14:49:10 +0100 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-10-20 14:49:10 +0100 |
commit | ad590e741cb175b3836834dceb66024bb086e77b (patch) | |
tree | 91311f1d932aa7ba2963b9062ec98e2c272a1a6d /m4 | |
parent | d689b7e777103ca4f542cbfd9c6cc810679f72d1 (diff) |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/as-libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) ]) |