# HG changeset patch # User Richard Laager # Date 1139606529 0 # Node ID a159125835c04395cc8f9619e78f6d6bc97a7c54 # Parent 2cc737d198f393dae5f88b618a14df5d862a3424 [gaim-migrate @ 15580] Björn Voigt noticed there was no more check for setlocale: "Do you know, why HAVE_SETLOCALE is not available any more? Probably this has something to do with the intltool patch." diff -r 2cc737d198f3 -r a159125835c0 configure.ac --- a/configure.ac Fri Feb 10 21:17:00 2006 +0000 +++ b/configure.ac Fri Feb 10 21:22:09 2006 +0000 @@ -58,7 +58,7 @@ dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_STRFTIME -AC_CHECK_FUNCS(strdup strstr atexit) +AC_CHECK_FUNCS(strdup strstr atexit setlocale) dnl Checks for getopt in standard library AC_CHECK_FUNCS(getopt_long,, [