diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-07-08 14:31:35 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 01:53:31 +0300 |
commit | 4d3379d418a781938358e511fd41deb4115a032c (patch) | |
tree | 0eac38e6a4689e4990ba0853cd18b75535aba23c /configure.ac | |
parent | 9ac7e8a559fe6008cafc95e8264680c50e72ba19 (diff) |
Fonts: Fix builtin fonts
Make sure the font path is always 'built-ins' when we use built-in fonts,
rather than having it as a fixed path for a while, then clobbering it
halfway through startup.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dfa2b548f..96439c7de 100644 --- a/configure.ac +++ b/configure.ac @@ -836,6 +836,7 @@ fi if test "x$BUILTIN_FONTS" = xyes; then AC_DEFINE(BUILTIN_FONTS, 1, [Use only built-in fonts]) AC_DEFINE(NOFONTSERVERACCESS, 1, [Avoid using a font server]) + FONTPATH="built-ins" fi if test "x$XCALIBRATE" = xyes && test "$KDRIVE" = yes; then |