diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-19 18:30:27 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:43 +0100 |
commit | 2fef45d7931ce12d78e27cb32f34426559dbdeed (patch) | |
tree | 0203a62290cd772dcd24b45a0527e47719095828 /config.h.in | |
parent | 4355449194274d766fb0aec964e6bfce8fa9acdf (diff) |
Check for PangoCairo as well
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e7824e51..2b7e683d 100644 --- a/config.h.in +++ b/config.h.in @@ -88,6 +88,9 @@ /* Define to 1 if Pango is available */ #undef HAVE_PANGO +/* Define to 1 if PangoCairo is available */ +#undef HAVE_PANGOCAIRO + /* Define to 1 if memmem is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMMEM |