configure: Do not build the ununsed libffi shared library.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 30 Dec 2022 12:03:08 +0000 (12:03 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 31 Dec 2022 17:51:47 +0000 (17:51 +0000)
commit70a5e6280d8c451cf2a55a03ac83f62e3ae7f6da
tree4e850fec2aac8ef7490b6d3018dd9ffdd076d99a
parent2d8c2fdc299034c85a0abfd7da31168d02a41d32
configure: Do not build the ununsed libffi shared library.

We do not use the shared libffi libraray, nor do we install it.
However, on at least Darwin, the shared version will be picked
up for testing, so it is preferrable not to build it.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
ChangeLog:

* Makefile.def: Do not build shared libffi.
* Makefile.in: Regenerate.
Makefile.def
Makefile.in