diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-04-25 14:43:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-04-25 14:43:35 +0000 |
commit | af17b9836bbee39c102c0fcc5579d6839e7272ec (patch) | |
tree | 64ad4400d7458dfa27390993af2b9e394ce45924 /configure.in | |
parent | 7bbec45b62d5138f3b7321741d1975b3ca0669fc (diff) | |
download | emacs-af17b9836bbee39c102c0fcc5579d6839e7272ec.tar.gz |
Add comment for last change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4e50285eaf6..62bd100b1e5 100644 --- a/configure.in +++ b/configure.in @@ -1880,10 +1880,11 @@ if test "${HAVE_X11}" = "yes"; then HAVE_FREETYPE=no - ### Use -lfreetype if available, unless `--with-freetype=no'. + ## We used to allow building with FreeType and without Xft. + ## However, the ftx font backend driver is not in good shape. if test "${HAVE_XFT}" = "yes"; then dnl As we use Xft, we anyway use freetype. - dnl In this case, there's no need of additional CFLAGS and LIBS. + dnl There's no need for additional CFLAGS and LIBS. HAVE_FREETYPE=yes FONTCONFIG_CFLAGS= FONTCONFIG_LIBS= |