From: kramm Date: Tue, 1 Apr 2008 22:41:37 +0000 (+0000) Subject: if ft2build.h was found, assume freetype.h is there, too X-Git-Tag: buttons-working~303 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=1269fa31a24571fc8fa7031f4332aeaf92f1ee86 if ft2build.h was found, assume freetype.h is there, too --- diff --git a/config.h.in b/config.h.in index 2102282..608d538 100644 --- a/config.h.in +++ b/config.h.in @@ -178,6 +178,10 @@ #endif #endif +#ifdef HAVE_FT2BUILD_H +#define HAVE_FREETYPE_H +#endif + /* #ifdef HAVE_T1LIB_H */ /* #ifdef HAVE_LIBT1 */ /* #define HAVE_T1LIB */