Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
commit8fbbc1aad2067167400005a68dd35ed8aead6c6e
authortadam <tadam>
Sat, 5 Mar 2011 21:42:14 +0000 (5 21:42 +0000)
committertadam <tadam>
Sat, 5 Mar 2011 21:42:14 +0000 (5 21:42 +0000)
treeda9159d6c7ba5d0cc59bd82d29dbc2d1e08afbd6
parent461f54fd023f23eae179962b7960dbe2c5168a47
Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig

Stricter DSO checks with newer Libc versions requires the linker find
the symbols elsewhere.  The only one that's missing is "-lfontconfig" as
we already supply -lX11 -lXent elsewhere.
ChangeLog
acinclude.m4