]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Check for thread-specific locale support
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 21 Apr 2010 16:37:47 +0000 (18:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 21 Apr 2010 17:20:00 +0000 (19:20 +0200)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.in

index f6df502093928058317909c54ac4ed6282c0a128..abc4687ef0160742478cff37fdb4dd107562353a 100644 (file)
@@ -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)