summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2010-04-21 18:37:47 +0200
committerJaroslav Kysela <perex@perex.cz>2010-04-21 19:20:00 +0200
commit51ef640cee37f73d771e784e81196ff7c15f53ff (patch)
tree40236128a3568b81c7041fe854b9fb7543b0fa4d
parentaadcbabdb6c7c0536f0e82a99de3d22b8727fabe (diff)
downloadalsa-lib-51ef640cee37f73d771e784e81196ff7c15f53ff.tar.gz
Check for thread-specific locale support
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f6df5020..abc4687e 100644
--- a/configure.in
+++ b/configure.in
@@ -64,6 +64,7 @@ dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_CHECK_FUNC([hsearch_r], [HAVE_HSEARCH_R=yes])
AM_CONDITIONAL(ALSA_HSEARCH_R, [test "x$HAVE_HSEARCH_R" != xyes])
+AC_CHECK_FUNCS([uselocale])
SAVE_LIBRARY_VERSION
AC_SUBST(LIBTOOL_VERSION_INFO)