aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-04-25 14:43:35 +0000
committerChong Yidong2009-04-25 14:43:35 +0000
commitaf17b9836bbee39c102c0fcc5579d6839e7272ec (patch)
tree64ad4400d7458dfa27390993af2b9e394ce45924
parent7bbec45b62d5138f3b7321741d1975b3ca0669fc (diff)
downloademacs-af17b9836bbee39c102c0fcc5579d6839e7272ec.tar.gz
emacs-af17b9836bbee39c102c0fcc5579d6839e7272ec.zip
Add comment for last change.
-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
1880 1880
1881 1881
1882 HAVE_FREETYPE=no 1882 HAVE_FREETYPE=no
1883 ### Use -lfreetype if available, unless `--with-freetype=no'. 1883 ## We used to allow building with FreeType and without Xft.
1884 ## However, the ftx font backend driver is not in good shape.
1884 if test "${HAVE_XFT}" = "yes"; then 1885 if test "${HAVE_XFT}" = "yes"; then
1885 dnl As we use Xft, we anyway use freetype. 1886 dnl As we use Xft, we anyway use freetype.
1886 dnl In this case, there's no need of additional CFLAGS and LIBS. 1887 dnl There's no need for additional CFLAGS and LIBS.
1887 HAVE_FREETYPE=yes 1888 HAVE_FREETYPE=yes
1888 FONTCONFIG_CFLAGS= 1889 FONTCONFIG_CFLAGS=
1889 FONTCONFIG_LIBS= 1890 FONTCONFIG_LIBS=