diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-05 03:54:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-05 03:54:04 +0000 |
commit | eaec00c7da7d9533ea792f3ebd161c3c260aa647 (patch) | |
tree | 7574de51a7ec8ffc2d2a1142d80fa819cfac0868 /configure | |
parent | cc5dcbb89d52c410a2a33fcfab4087935fd791ee (diff) | |
download | emacs-eaec00c7da7d9533ea792f3ebd161c3c260aa647.tar.gz |
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
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: --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 |