changeset 11535:f95e43b7d51d

FreeType detection, patch send by Pierre Lombard <p_l@gmx.fr>
author iive
date Sat, 29 Nov 2003 03:02:38 +0000
parents bd6a8638f70a
children 017a7e90fcf1
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Nov 29 01:28:05 2003 +0000
+++ b/configure	Sat Nov 29 03:02:38 2003 +0000
@@ -4207,7 +4207,8 @@
     if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
 	cat > $TMPC << EOF
 #include <stdio.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
 #error "Need FreeType 2.0.9 or newer"
 #endif