bug#21872: [PATCH] guile fails to build on illumos

2016-06-24 Thread Andy Wingo
Fixed in git; thanks :) Andy On Tue 10 Nov 2015 17:16, Andy Stormont writes: > The patch below allows Guile to build on illumos, which does not have full > support for the GNU locale extensions. For more information on what’s > missing see here: https://www.illumos.org/issues/5346 > > diff -

bug#21872: [PATCH] guile fails to build on illumos

2015-11-10 Thread Andy Stormont
The patch below allows Guile to build on illumos, which does not have full support for the GNU locale extensions. For more information on what’s missing see here: https://www.illumos.org/issues/5346 diff --git a/configure.ac b/configure.ac index 9e639d6..408643b 100644 --- a/configure.ac +++ b/