mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 03:54:12 +02:00
Use Gnulib's `locale' module.
* configure.ac: Remove test for <xlocale.h>. * libguile/i18n.c: Remove conditional <xlocale.h> inclusion on `HAVE_XLOCALE_H'. * m4/gnulib-cache.m4: Add `locale' module.
This commit is contained in:
parent
a270e133f3
commit
414e44412c
15 changed files with 249 additions and 19 deletions
|
@ -57,10 +57,6 @@
|
|||
# define USE_GNU_LOCALE_API
|
||||
#endif
|
||||
|
||||
#if (defined USE_GNU_LOCALE_API) && (defined HAVE_XLOCALE_H)
|
||||
# include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/posix.h" /* for `scm_i_locale_mutex' */
|
||||
|
||||
#if (defined HAVE_LANGINFO_H) && (defined HAVE_NL_TYPES_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue