Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4328:dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
ChangeLog addition:
2007-12-12 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac :
Check for FcConfigGetRescanInterval, FcConfigSetRescanInterval.
* configure :
Rebuild.
src/ChangeLog additon:
2007-12-12 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in:
Make the results of the checks for
FcConfigGetRescanInterval, FcConfigSetRescanInterval
available.
* font-mgr.h:
If FcConfigSetRescanInterval and FcConfigGetRescanInterval are not
available as functions, #define them to map to their old
misspelled names.
* font-mgr.c (Ffc_config_get_rescan_interval):
* font-mgr.c (Ffc_config_set_rescan_interval):
Use the correct spelling in
FcConfigGetRescanInterval, FcConfigSetRescanInterval
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 14 Dec 2007 14:25:04 +0100 |
parents | 8fe2dec941b3 |
children | 9aa16aa434b6 |
comparison
equal
deleted
inserted
replaced
4327:466ad8ad5f13 | 4328:dfd878799ef0 |
---|---|
206 /* Compile in support for the X window system? */ | 206 /* Compile in support for the X window system? */ |
207 #undef HAVE_X_WINDOWS | 207 #undef HAVE_X_WINDOWS |
208 | 208 |
209 /* Compile with support for fontconfig? */ | 209 /* Compile with support for fontconfig? */ |
210 #undef HAVE_FONTCONFIG | 210 #undef HAVE_FONTCONFIG |
211 | |
212 /* Was the spelling of FcConfigGetRescanInterval corrected in this | |
213 fontconfig version? */ | |
214 #undef HAVE_FCCONFIGGETRESCANINTERVAL | |
215 | |
216 /* Was the spelling of FcConfigSetRescanInterval corrected in this | |
217 fontconfig version? */ | |
218 #undef HAVE_FCCONFIGSETRESCANINTERVAL | |
211 | 219 |
212 /* Compile with support for Xft? */ | 220 /* Compile with support for Xft? */ |
213 #undef USE_XFT | 221 #undef USE_XFT |
214 /* Per-widget stuff will go away? */ | 222 /* Per-widget stuff will go away? */ |
215 #undef USE_XFT_MENUBARS | 223 #undef USE_XFT_MENUBARS |