diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-06-24 23:07:49 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-06-24 23:10:56 -0300 |
commit | f3b29efc4d7bb346cdd3fd79e780f1022c8f46e8 (patch) | |
tree | 6c77b5dbf0e4b2a78d0c7c050d39401b0fb5b155 /configure.ac | |
parent | 2ff7eb4995b663cf12a01124745de600f38d0bfc (diff) |
Remove NOFONTSERVERACCESS macro
dix: this is semantically different but it goes through the same path in
the code.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 201bfe4c2..ab6cb1057 100644 --- a/configure.ac +++ b/configure.ac @@ -962,7 +962,6 @@ 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 |