]> Pileus Git - ~andy/gtk/commitdiff
Check for freetype headers the way freetype wants us to.
authorNoah Levitt <nlevitt@columbia.edu>
Mon, 17 Nov 2003 20:57:40 +0000 (20:57 +0000)
committerNoah Levitt <nlevitt@src.gnome.org>
Mon, 17 Nov 2003 20:57:40 +0000 (20:57 +0000)
2003-11-17  Noah Levitt  <nlevitt@columbia.edu>

* configure.in: Check for freetype headers the way freetype
wants us to.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 7fbf5fa7c877ad903185b3474f2aede0e32b76e2..da18bc60afe21606642cfd2d3567309366bafccc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7fbf5fa7c877ad903185b3474f2aede0e32b76e2..da18bc60afe21606642cfd2d3567309366bafccc 100644 (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
index 7fbf5fa7c877ad903185b3474f2aede0e32b76e2..da18bc60afe21606642cfd2d3567309366bafccc 100644 (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
index 7fbf5fa7c877ad903185b3474f2aede0e32b76e2..da18bc60afe21606642cfd2d3567309366bafccc 100644 (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
index 7fbf5fa7c877ad903185b3474f2aede0e32b76e2..da18bc60afe21606642cfd2d3567309366bafccc 100644 (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
index 67aadaeb874012cb179ca61642ad6cb954415815..da44bef2314a382a846905c14b6bf49f617281d3 100644 (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)