aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-05 03:54:04 +0000
committerGlenn Morris2008-03-05 03:54:04 +0000
commit8d01ddb4fc243c462ed419868d84b13b73540334 (patch)
tree8af7d9e10e770f0c733b4c01b6d60c58910228b4
parent491d33f986ccba33c3345a87082b46f536e39b16 (diff)
downloademacs-8d01ddb4fc243c462ed419868d84b13b73540334.tar.gz
emacs-8d01ddb4fc243c462ed419868d84b13b73540334.zip
Regenerate.
-rwxr-xr-xconfigure7
1 files 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:
1332 --enable-carbon-app[=DIR] 1332 --enable-carbon-app[=DIR]
1333 specify install directory for Emacs.app on Mac OS X 1333 specify install directory for Emacs.app on Mac OS X
1334 [DIR=/Application] 1334 [DIR=/Application]
1335 --enable-font-backend compile code of font-backend support 1335 --disable-font-backend don't compile font-backend support
1336 --enable-asserts compile code with asserts enabled 1336 --enable-asserts compile code with asserts enabled
1337 --enable-maintainer-mode 1337 --enable-maintainer-mode
1338 enable make rules and dependencies not useful (and 1338 enable make rules and dependencies not useful (and
@@ -2127,11 +2127,12 @@ if test "${enable_carbon_app+set}" = set; then
2127fi 2127fi
2128 2128
2129 2129
2130## Enabled by default.
2130# Check whether --enable-font-backend was given. 2131# Check whether --enable-font-backend was given.
2131if test "${enable_font_backend+set}" = set; then 2132if test "${enable_font_backend+set}" = set; then
2132 enableval=$enable_font_backend; USE_FONT_BACKEND=$enableval 2133 enableval=$enable_font_backend; USE_FONT_BACKEND=$enableval
2133else 2134else
2134 USE_FONT_BACKEND=no 2135 USE_FONT_BACKEND=yes
2135fi 2136fi
2136 2137
2137 2138
@@ -12390,7 +12391,7 @@ _ACEOF
12390fi 12391fi
12391 12392
12392#### For font-backend 12393#### For font-backend
12393if test "${USE_FONT_BACKEND}" = "yes"; then 12394if test "${USE_FONT_BACKEND}" != "no"; then
12394 12395
12395 12396
12396cat >>confdefs.h <<\_ACEOF 12397cat >>confdefs.h <<\_ACEOF