User: stephent
Date: 06/05/16 10:22:46
Modified: xemacs configure
Log:
XEmacs 21.5.27 "fiddleheads" is released.
Revision Changes Path
1.280 +8 -0 XEmacs/xemacs/configure
Index: configure
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -p -r1.279 -r1.280
--- configure 2006/03/31 19:18:33 1.279
+++ configure 2006/05/16 08:22:35 1.280
@@ -19711,7 +19711,12 @@ else
{ echo "Error:" "Unable to find libXft for --with-xft" >&2;
exit 1; }
fi
+ with_fontconfig=yes
cat >>confdefs.h <<\_ACEOF
+#define HAVE_FONTCONFIG 1
+_ACEOF
+
+ cat >>confdefs.h <<\_ACEOF
#define USE_XFT 1
_ACEOF
@@ -39470,6 +39475,9 @@ if test "$with_x11" = "yes"; then
fi
if test "$with_wmcommand" != no; then
echo " - Handling WM_COMMAND properly."
+ fi
+ if test "$with_fontconfig" = "yes"; then
+ echo " - Using fontconfig to manage fonts."
fi
if test "$with_xft_emacs" = "yes"; then
echo " - Compiling in support for Xft antialiased fonts
(EXPERIMENTAL)."
Show replies by date