aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-03-05 03:54:04 +0000
committerGlenn Morris <[email protected]>2008-03-05 03:54:04 +0000
commit8d01ddb4fc243c462ed419868d84b13b73540334 (patch)
tree8af7d9e10e770f0c733b4c01b6d60c58910228b4 /configure
parent491d33f986ccba33c3345a87082b46f536e39b16 (diff)
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index e520289b58..6c55beb630 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