This patch fixed compiling XEmacs with xft support.
2005-12-22 Andrey Slusar <anrays(a)gmail.com>
* configure.ac (TAB): Add $with_site_includes to xft headers
search paths.
xemacs-21.5 source patch:
Diff command: cvs -q diff -u
Files affected: configure.ac
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.28
diff -u -u -r1.28 configure.ac
--- configure.ac 2005/12/18 17:58:55 1.28
+++ configure.ac 2005/12/22 15:10:09
@@ -3423,7 +3423,8 @@
dnl #### How about /sw/include, and /opt/local/include?
dnl these directories need to be the parent of the freetype directory
for freetype_include_top in "/usr/X11R6/include/freetype2" \
- "/usr/include/freetype2"
+ "/usr/include/freetype2" \
+ "$with_site_includes/freetype2"
do
if test -d $freetype_include_top; then
AC_CHECKING([in ${freetype_include_top}/freetype2])
--
Regards,
Andrey.