summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2015-10-20 14:49:10 +0100
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2015-10-20 14:49:10 +0100
commitad590e741cb175b3836834dceb66024bb086e77b (patch)
tree91311f1d932aa7ba2963b9062ec98e2c272a1a6d
parentd689b7e777103ca4f542cbfd9c6cc810679f72d1 (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.
-rw-r--r--m4/as-libtool.m42
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])
])