diff options
author | Manish Singh <yosh@gimp.org> | 2001-11-24 21:34:58 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2001-11-24 21:34:58 +0000 |
commit | 05ab07e19ac7ee4caedf9a4d4db762921ccf5f35 (patch) | |
tree | bf9639247a037c47b9fc9d2b0e8cdd30431b2ecb /acconfig.h | |
parent | 54d0b867ef0291528b49472ee397e80785df6f4f (diff) | |
download | pango-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ #undef HAVE_FRIBIDI #undef HAVE_UNISTD_H #undef HAVE_FREETYPE_2_0_3 + +#undef MINI_XFTCONFIG_DIR |