[PATCH] libtool: fix ABI detection for freebsd-amd64.

2016-11-02 Thread Mihail Konev
Fixes _LT_ENABLE_LOCK. Untested. BugLink: https://github.com/libffi/libffi/pull/79 --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index ee292aff5bca..d97f20f1ba0b 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1369,7

Re: [PATCH] libtool: fix ABI detection for freebsd-amd64.

2016-11-02 Thread Tijl Coosemans
On Wed, 2 Nov 2016 16:54:35 +0500 Mihail Konev wrote: > Fixes _LT_ENABLE_LOCK. > Untested. > > BugLink: https://github.com/libffi/libffi/pull/79 > --- > m4/libtool.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/m4/libtool.m4 b/m4/libtool.m4 > index