[test/font-options] Check for HAVE_FCFINI

Only pull in the fontconfig headers if we actually use FcFini().
This commit is contained in:
Chris Wilson 2008-02-08 08:36:34 +00:00
parent 2eb03b8cf2
commit fe93038ef3

View file

@ -31,7 +31,9 @@
#include <assert.h>
#include <stdlib.h>
#if HAVE_FCFINI
#include <fontconfig/fontconfig.h>
#endif
int
main (void)