summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gran <spk121@yahoo.com>2017-03-23 07:24:29 -0700
committerMichael Gran <spk121@yahoo.com>2017-04-04 07:39:43 -0700
commit762dc83006f4677f125de78becf1144a9c16180b (patch)
treead8d67c4758bc5118783ea85360290a74b971b77
parent685ca33e2e21ee5fd8917d36772f60a85639fd9b (diff)
downloadguile-762dc83006f4677f125de78becf1144a9c16180b.tar.gz
use fallback nl_langinfo on cygwin
-rw-r--r--libguile/i18n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/i18n.c b/libguile/i18n.c
index 47179d178..9cf9a7af7 100644
--- a/libguile/i18n.c
+++ b/libguile/i18n.c
@@ -40,7 +40,8 @@
#include <unicase.h>
#include <unistr.h>
-#if defined HAVE_NEWLOCALE && defined HAVE_STRCOLL_L && defined HAVE_USELOCALE
+
+#if defined HAVE_NEWLOCALE && defined HAVE_STRCOLL_L && defined HAVE_USELOCALE && ! defined __CYGWIN__
/* The GNU thread-aware locale API is documented in ``Thread-Aware Locale
Model, a Proposal'', by Ulrich Drepper: