summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-04-25 14:43:35 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-04-25 14:43:35 +0000
commit8fe256c1d3127946d7d9058b9ee8c1642c8066cf (patch)
tree28c03f8fea26f52d0b3f602b9119c6050550e880 /configure.in
parent70c7dfd86789489f82b20e0c678af32d003a05b9 (diff)
downloademacs-8fe256c1d3127946d7d9058b9ee8c1642c8066cf.tar.gz
Add comment for last change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
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=