disable shared libraries when building extract_interface
commit94bfec69ab10644867b90f7fa4fd3dcd3cc460d8
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 21 May 2020 14:45:26 +0000 (21 16:45 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 13 Jun 2020 17:04:56 +0000 (13 19:04 +0200)
tree1bdceddc5b07dcdc1a2ca2e8232856894b2c35fd
parent1b5d3046db1a0d8c82cefc6800c31e9fb324750e
disable shared libraries when building extract_interface

There is really no point in using shared libraries
for building extract_interface as no libraries
need to get built anyway.
However, this changes the behavior of libtool.
In particular, if building of shared libraries is not disabled,
then libtool gets confused when compiling with the build compiler
instead of the host compiler.
It is still useful to use libtool however, as it handles
-R arguments in a uniform way.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
interface/configure.ac