Check for freetype headers the way freetype wants us to.

2003-11-17  Noah Levitt  <nlevitt@columbia.edu>

	* configure.in: Check for freetype headers the way freetype
	wants us to.
This commit is contained in:
Noah Levitt 2003-11-17 20:57:40 +00:00 committed by Noah Levitt
parent 835d755b9c
commit 2a9551f54e
6 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
* configure.in: Check for freetype headers the way freetype
wants us to.
2003-11-17 Mark McLoughlin <mark@skynet.ie>
Patch from Jaiserca <jaiserca@inf.upv.es> to add a

View File

@ -1,3 +1,8 @@
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
* configure.in: Check for freetype headers the way freetype
wants us to.
2003-11-17 Mark McLoughlin <mark@skynet.ie>
Patch from Jaiserca <jaiserca@inf.upv.es> to add a

View File

@ -1,3 +1,8 @@
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
* configure.in: Check for freetype headers the way freetype
wants us to.
2003-11-17 Mark McLoughlin <mark@skynet.ie>
Patch from Jaiserca <jaiserca@inf.upv.es> to add a

View File

@ -1,3 +1,8 @@
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
* configure.in: Check for freetype headers the way freetype
wants us to.
2003-11-17 Mark McLoughlin <mark@skynet.ie>
Patch from Jaiserca <jaiserca@inf.upv.es> to add a

View File

@ -1,3 +1,8 @@
2003-11-17 Noah Levitt <nlevitt@columbia.edu>
* configure.in: Check for freetype headers the way freetype
wants us to.
2003-11-17 Mark McLoughlin <mark@skynet.ie>
Patch from Jaiserca <jaiserca@inf.upv.es> to add a

View File

@ -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 <freetype/freetype.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_ERRORS_H
],
[(void)1;],:,have_freetype=false)