From 51ef640cee37f73d771e784e81196ff7c15f53ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 21 Apr 2010 18:37:47 +0200 Subject: [PATCH] Check for thread-specific locale support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont Signed-off-by: Jaroslav Kysela --- configure.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.1