c6f3aee419
- Reported to solve problem with xorg server. Submitted by: Ted Fabe Reviewed by: Maintainer (mita)
11 lines
509 B
Text
11 lines
509 B
Text
--- configure.orig Wed Aug 4 09:23:35 2004
|
|
+++ configure Fri Nov 5 13:36:43 2004
|
|
@@ -4134,6 +4134,8 @@
|
|
fi
|
|
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
|
|
+ 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
|