On Friday 2014-10-03 13:04, Holger Hans Peter Freyther wrote:
On Fri, Oct 03, 2014 at 12:57:02PM +0200, Jan
Engelhardt wrote:
+if !ENABLE_TALLOC
+libosmogsm_la_LIBADD += -ltalloc
+endif
You assume that a libtalloc exists on the
system and that it is found in the library search paths. This is
not an improvement, it is a change that breaks in different ways for
different people.
It is the same logic that was used for libosmocore_la_LIBADD.
It goes away with patch 2 anyway, so it should not hurt. Squash the two
if need be.