summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-06-24 23:07:49 -0300
committerJeremy Huddleston <jeremy@yuffie.local>2009-02-24 17:47:13 -0800
commit4f419215ee94fc958ecdf166e9de98d09160f575 (patch)
tree5ac8fd89cf09e110fd45a9f29a71a4e29d90c429 /configure.ac
parent725c2cbaa738868dc81f9d130fba60b611bc4fbd (diff)
Remove NOFONTSERVERACCESS macro
dix: this is semantically different but it goes through the same path in the code. (cherry picked from commit f3b29efc4d7bb346cdd3fd79e780f1022c8f46e8)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acbe4dda9..869cc522b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -906,7 +906,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