Remove INTLLIBS from librazor_la_LIBADD.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat Aug 23 11:13:48 2014 +0100 (2014-08-23)
changeset 44048204dea0b9f
parent 439 f28bb31024b4
child 441 cf499fd51df7
Remove INTLLIBS from librazor_la_LIBADD.

This partially reverts 611c84a3f4b4538a65d186050608c17adbf17770.
It's not clear what motivated the initial inclusion of INTLLIBS
here since the net effect is only seen in librazor.la and not
in razor.pc and librazor.la is not normally packaged. Certainly
neither the static nor the dynamic versions of librazor currently
use libintl. At best this would cause the linker to search a
static libintl for undefined symbols without finding any; at worse
it causes a static build of plover using librazor.la to fail if
no static version of libintl is installed.
librazor/Makefile.am
     1.1 --- a/librazor/Makefile.am	Wed Aug 20 18:57:59 2014 +0100
     1.2 +++ b/librazor/Makefile.am	Sat Aug 23 11:13:48 2014 +0100
     1.3 @@ -46,7 +46,7 @@
     1.4  endif
     1.5  
     1.6  librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
     1.7 -	../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
     1.8 +	../gl/libgnu.la $(EXTRA_LIBS)
     1.9  librazor_la_LDFLAGS = -no-undefined \
    1.10  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
    1.11