On Mon, 25 Jan 2016 22:08:48 +1100, Sylvain BERTRAND wrote:
> In git efl (enlightenment), the libtool library libevas.la has always a c++
> linker rule generated, even though, with some disabled options, only a c
> linker
> is required: Some AM_CONDITIONAL can remove all c++ source/object files fr
Hi,
(debian jessie automake 1.14.1)
In git efl (enlightenment), the libtool library libevas.la has always a c++
linker rule generated, even though, with some disabled options, only a c linker
is required: Some AM_CONDITIONAL can remove all c++ source/object files from
libevas.la,
Is this a bug,