# HG changeset patch # User Richard Laager # Date 1139606529 0 # Node ID 0ce20e0a13965c84cc437f77dfa1302aacf149e8 # Parent 15b3926e2147f7249ccee40e9faf3b8d303eb4bf [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." committer: Tailor Script diff -r 15b3926e2147 -r 0ce20e0a1396 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,, [