]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gtk+/gtk+-2.2.4/configure-lossage.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gtk+ / gtk+-2.2.4 / configure-lossage.patch
1 --- configure.in~       2003-09-04 18:06:42.000000000 +0100
2 +++ configure.in        2004-03-07 12:28:12.000000000 +0000
3 @@ -963,7 +963,8 @@
4  
5        AC_MSG_CHECKING([For sufficiently new FreeType (at least 2.0.1)])
6        AC_TRY_COMPILE([
7 -#include <freetype/freetype.h>
8 +#include <ft2build.h>
9 +#include FT_FREETYPE_H
10  #include FT_ERRORS_H
11      ],
12                      [(void)1;],:,have_freetype=false)