From 1269fa31a24571fc8fa7031f4332aeaf92f1ee86 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 1 Apr 2008 22:41:37 +0000 Subject: [PATCH] if ft2build.h was found, assume freetype.h is there, too --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 1.7.10.4