Ticket #2409: fix of GModule detection and usage.
commit62c05d62f38d5c86f5a39d12f9cc906e7a299389
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 30 Nov 2010 19:13:16 +0000 (30 22:13 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 2 Dec 2010 18:59:42 +0000 (2 21:59 +0300)
treee21c01589da90462b0dc01702d89b8dc91ec7760
parent4c356e3dd37558f3f6fac3968be906cf89360c95
Ticket #2409: fix of GModule detection and usage.

Don't mix GLib and GModule compiler and linker options.

Use gmodule-no-export if present to avoid use -Wl,--export-dynamic
option with some linkers. If gmodule-no-export is not available,
use generic gmodule.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
configure.ac
lib/tty/Makefile.am
m4.include/ac-g-module-supported.m4
src/Makefile.am