From 2a9551f54e1751ca85ad981bc4dc514ec4196b2e Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 17 Nov 2003 20:57:40 +0000 Subject: Check for freetype headers the way freetype wants us to. 2003-11-17 Noah Levitt * configure.in: Check for freetype headers the way freetype wants us to. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 67aadaeb8..da44bef23 100644 --- a/configure.in +++ b/configure.in @@ -984,7 +984,8 @@ if test "x$gdktarget" = "xlinux-fb" || test "x$gdktarget" = "xx11" ; then AC_MSG_CHECKING([For sufficiently new FreeType (at least 2.0.1)]) AC_TRY_COMPILE([ -#include +#include +#include FT_FREETYPE_H #include FT_ERRORS_H ], [(void)1;],:,have_freetype=false) -- cgit v1.2.1