2004-11-07 02:29:07 +01:00
|
|
|
--- configure.orig Wed Aug 4 09:23:35 2004
|
|
|
|
+++ configure Fri Nov 5 13:36:43 2004
|
|
|
|
@@ -4134,6 +4134,8 @@
|
2002-03-14 12:16:45 +01:00
|
|
|
fi
|
2004-11-07 02:29:07 +01:00
|
|
|
if test -d $dir/include -a -f $dir/include/freetype.h; then
|
|
|
|
ac_cv_ft_include="$dir/include"
|
|
|
|
+ elif test -d $dir/include/freetype1/freetype -a -f $dir/include/freetype1/freetype/freetype.h; then
|
2002-03-14 12:16:45 +01:00
|
|
|
+ ac_cv_ft_include="$dir/include/freetype1/freetype"
|
|
|
|
elif test -d $dir/include/freetype -a -f $dir/include/freetype/freetype.h; then
|
|
|
|
ac_cv_ft_include="$dir/include/freetype"
|
|
|
|
fi
|