Mercurial > hg > xemacs-beta
comparison configure.ac @ 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 | 80b3f12490a3 |
children | 50889296c05c |
comparison
equal
deleted
inserted
replaced
4327:466ad8ad5f13 | 4328:dfd878799ef0 |
---|---|
3530 [XE_DIE(["Unable to find libXrender for --with-xft"])]) | 3530 [XE_DIE(["Unable to find libXrender for --with-xft"])]) |
3531 AC_CHECK_LIB(fontconfig, FcPatternCreate, XE_PREPEND(-lfontconfig, libs_x), | 3531 AC_CHECK_LIB(fontconfig, FcPatternCreate, XE_PREPEND(-lfontconfig, libs_x), |
3532 [XE_DIE(["Unable to find libfontconfig for --with-xft"])]) | 3532 [XE_DIE(["Unable to find libfontconfig for --with-xft"])]) |
3533 AC_CHECK_LIB(Xft, XftFontOpen, XE_PREPEND(-lXft, libs_x), | 3533 AC_CHECK_LIB(Xft, XftFontOpen, XE_PREPEND(-lXft, libs_x), |
3534 [XE_DIE(["Unable to find libXft for --with-xft"])]) | 3534 [XE_DIE(["Unable to find libXft for --with-xft"])]) |
3535 | |
3536 AC_CHECK_FUNCS(FcConfigGetRescanInterval) | |
3537 AC_CHECK_FUNCS(FcConfigSetRescanInterval) | |
3535 dnl #### detect fontconfig properly!!!! | 3538 dnl #### detect fontconfig properly!!!! |
3536 with_fontconfig=yes | 3539 with_fontconfig=yes |
3537 AC_DEFINE(HAVE_FONTCONFIG) | 3540 AC_DEFINE(HAVE_FONTCONFIG) |
3538 AC_DEFINE(USE_XFT) | 3541 AC_DEFINE(USE_XFT) |
3539 dnl Due to interactions with other libraries, must postpone AC_DEFINE | 3542 dnl Due to interactions with other libraries, must postpone AC_DEFINE |