emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs configure.in


From: Chong Yidong
Subject: [Emacs-diffs] emacs configure.in
Date: Sat, 25 Apr 2009 14:43:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/25 14:43:36

Modified files:
        .              : configure.in 

Log message:
        Add comment for last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.592&r2=1.593

Patches:
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -b -r1.592 -r1.593
--- configure.in        25 Apr 2009 14:36:03 -0000      1.592
+++ configure.in        25 Apr 2009 14:43:35 -0000      1.593
@@ -1880,10 +1880,11 @@
 
 
     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=




reply via email to

[Prev in Thread] Current Thread [Next in Thread]