Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
491d33f9
Commit
491d33f9
authored
Mar 05, 2008
by
Glenn Morris
Browse files
Enable font-backend by default.
parent
2bde7652
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+4
-3
No files found.
ChangeLog
View file @
491d33f9
2008-03-05 Glenn Morris <rgm@gnu.org>
* configure.in: Enable font-backend by default.
2008-03-03 Glenn Morris <rgm@gnu.org>
* Makefile.in (iconsrcdir): New variable.
...
...
configure.in
View file @
491d33f9
...
...
@@ -167,10 +167,11 @@ AC_ARG_ENABLE(carbon-app,
[DIR=/Application]])],
[ carbon_appdir_x=${enableval}])
## Enabled by default.
AC_ARG_ENABLE(font-backend,
[
--en
able-font-backend
compile
code of
font-backend support],
[
AS_HELP_STRING([--dis
able-font-backend
],[don't
compile font-backend support]
)]
,
USE_FONT_BACKEND=$enableval,
USE_FONT_BACKEND=
no
)
USE_FONT_BACKEND=
yes
)
AC_ARG_ENABLE(asserts,
[AS_HELP_STRING([--enable-asserts], [compile code with asserts enabled])],
...
...
@@ -1949,7 +1950,7 @@ either XPointer or XPointer*.])dnl
fi
#### For font-backend
if test "${USE_FONT_BACKEND}" = "
yes
"; then
if test "${USE_FONT_BACKEND}"
!
= "
no
"; then
AC_DEFINE(USE_FONT_BACKEND, 1,
[Define to 1 if we should use font-backend.])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment