Mercurial > hg > xemacs-beta
diff configure @ 3402:a1f50481569f
[xemacs-hg @ 2006-05-16 08:22:21 by stephent]
XEmacs 21.5.27 "fiddleheads" is released.
author | stephent |
---|---|
date | Tue, 16 May 2006 08:25:02 +0000 |
parents | 14995b91af10 |
children | e322b2abb755 |
line wrap: on
line diff
--- a/configure Mon May 15 21:52:16 2006 +0000 +++ b/configure Tue May 16 08:25:02 2006 +0000 @@ -19711,6 +19711,11 @@ { 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 @@ -39471,6 +39476,9 @@ 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)." fi