diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-10-12 13:18:20 +0100 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-10-12 15:13:37 +0100 |
commit | d689b7e777103ca4f542cbfd9c6cc810679f72d1 (patch) | |
tree | abce801134608396994f7ba0470584a937561c02 /m4 | |
parent | 6babecd339cce45223ddb8312400811ba956a16d (diff) |
as-libtool.m4: bump libtool requirement to 2.4.4
Earlier versions now fail with the switch to autoreconf.
https://bugzilla.gnome.org/show_bug.cgi?id=754690
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 3b16095..e540b90 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.2.6]) + LT_PREREQ([2.4.4]) LT_INIT([dlopen win32-dll disable-static]) ]) |