diff options
author | Havoc Pennington <hp@redhat.com> | 2001-09-19 21:20:36 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-19 21:20:36 +0000 |
commit | c8c873fb519799f61034d61f23f6e2ec1decb569 (patch) | |
tree | 8dea4cc686de762827186c88a82dc23537c94a31 /acconfig.h | |
parent | cbfc2bbc09c9a666eedba8b965037f3c10be04c2 (diff) | |
download | pango-c8c873fb519799f61034d61f23f6e2ec1decb569.tar.gz |
header to abstract the difference between FreeType 2.0.3 and 2.0.4 error
2001-09-19 Havoc Pennington <hp@redhat.com>
* pango/opentype/fterrcompat.h: header to abstract the difference
between FreeType 2.0.3 and 2.0.4 error codes, based on the
configure check.
* configure.in: check for the tterrors.h header in FreeType 2.0.3,
and define HAVE_FREETYPE_2_0_3 if we have it
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ #undef HAVE_FRIBIDI #undef HAVE_UNISTD_H +#undef HAVE_FREETYPE_2_0_3 |