Be more careful when using xlocale
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jul 2012 10:32:29 +0000 (06:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jul 2012 10:32:29 +0000 (06:32 -0400)
commit4c255d4602b4c6f65031588ff30342c36e250567
treed20d96fd9e9fa8daab8a0eca5564128a64f54b3a
parentdd098405ad4f7ad2a0029cbfc340ca2e7e2b5633
Be more careful when using xlocale

Bug 680074 shows that we may end up in situations where only
some of the xlocale functions we need are available. Rather than
trying to find the minimal set of required functions for each
use, define a global USE_XLOCALE and only use any xlocale functions
if we have a full set.
glib/gstrfuncs.c