From: Glenn Morris Date: Wed, 5 Mar 2008 03:54:04 +0000 (+0000) Subject: Regenerate. X-Git-Tag: emacs-pretest-23.0.90~7460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d01ddb4fc243c462ed419868d84b13b73540334;p=emacs.git Regenerate. --- 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