From 8d01ddb4fc243c462ed419868d84b13b73540334 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Mar 2008 03:54:04 +0000 Subject: [PATCH] Regenerate. --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index e520289b586..6c55beb630b 100755 --- a/configure +++ b/configure @@ -1332,7 +1332,7 @@ Optional Features: --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 @@ if test "${enable_carbon_app+set}" = set; then 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 @@ _ACEOF fi #### For font-backend -if test "${USE_FONT_BACKEND}" = "yes"; then +if test "${USE_FONT_BACKEND}" != "no"; then cat >>confdefs.h <<\_ACEOF -- 2.39.2