Fix configuring for Xft even when it's not present
authorJohn Ralls <jralls@ceridwen.us>
Tue, 21 Aug 2012 21:37:36 +0000 (14:37 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Tue, 21 Aug 2012 21:49:39 +0000 (14:49 -0700)
commit42e01e32cd8ac070883f3456c65024019f1f73ac
tree642437a0ded6cca00ed3aab709946b9bd8c322f6
parent81af952c3715c4784ecf25999862e2683827834c
Fix configuring for Xft even when it's not present

Must declare have_xft=false before the pkg-check otherwise it's always
true. Then do the checks for Freetype and Xft, *then* check for Harfbuzz
and disable Freetype and Xft if it's not there. Finally set the
environment and config.h for Freetype and Xft.
configure.in