summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2001-11-24 21:34:58 +0000
committerManish Singh <yosh@src.gnome.org>2001-11-24 21:34:58 +0000
commit05ab07e19ac7ee4caedf9a4d4db762921ccf5f35 (patch)
treebf9639247a037c47b9fc9d2b0e8cdd30431b2ecb /acconfig.h
parent54d0b867ef0291528b49472ee397e80785df6f4f (diff)
downloadpango-05ab07e19ac7ee4caedf9a4d4db762921ccf5f35.tar.gz
acconfig.h support for --with-xftconfig-dir= path to system XftConfig file
2001-11-24 Manish Singh <yosh@gimp.org> * acconfig.h * configure.in: support for --with-xftconfig-dir= path to system XftConfig file * pango/pango-utils.c * pango/pangox.c: include "config.h", not <config.h> * pango/pangoxft-fontmap.c: this file is pangoxft-fontmap.c, not pangoxft-fontmap.h :) * pango/mini-xft/minixftint.h * pango/mini-xft/minixftinit.c: add code for searching common locations for the XftConfig file. We search MINI_XFTCONFIG_DIR if configure defines it for us (as above), then $sysconfdir, then (only on !_WIN32) /etc/X11 and /usr/X11R6/lib/X11.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 7f052237..a54b18a8 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -17,3 +17,5 @@
#undef HAVE_FRIBIDI
#undef HAVE_UNISTD_H
#undef HAVE_FREETYPE_2_0_3
+
+#undef MINI_XFTCONFIG_DIR