emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/configure,v
Date: Wed, 05 Mar 2008 03:54:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/05 03:54:05

Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- configure   27 Feb 2008 18:32:27 -0000      1.257
+++ configure   5 Mar 2008 03:54:04 -0000       1.258
@@ -1332,7 +1332,7 @@
   --enable-carbon-app[=DIR]
                           specify install directory for Emacs.app on Mac OS X
                           [DIR=/Application]
-  --enable-font-backend   compile code of font-backend support
+  --disable-font-backend  don't compile font-backend support
   --enable-asserts        compile code with asserts enabled
   --enable-maintainer-mode
                           enable make rules and dependencies not useful (and
@@ -2127,11 +2127,12 @@
 fi
 
 
+## Enabled by default.
 # Check whether --enable-font-backend was given.
 if test "${enable_font_backend+set}" = set; then
   enableval=$enable_font_backend; USE_FONT_BACKEND=$enableval
 else
-  USE_FONT_BACKEND=no
+  USE_FONT_BACKEND=yes
 fi
 
 
@@ -12390,7 +12391,7 @@
 fi
 
 #### For font-backend
-if test "${USE_FONT_BACKEND}" = "yes"; then
+if test "${USE_FONT_BACKEND}" != "no"; then
 
 
 cat >>confdefs.h <<\_ACEOF




reply via email to

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