]> granicus.if.org Git - json-c/commit
configure.ac: check for `uselocale` function only on Linux platforms
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 13 Jul 2017 06:33:39 +0000 (09:33 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 13 Jul 2017 06:33:42 +0000 (09:33 +0300)
commit85f57859fd2ba20c7366f00e1fbaf94c4b264010
treef2a42b13a3635db874d2a7327872a31a31b6d328
parent7b9432d5648c902800dea1208143febb9db632cc
configure.ac: check for `uselocale` function only on Linux platforms

On Apple this seems to fail the `test_locale` test,
which would imply that the `uselocale` function
does not behave as expected.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
configure.ac