From: Bruno Haible Date: Tue, 18 Mar 2003 10:44:41 +0000 (+0000) Subject: Also test for __fsetlocking. X-Git-Tag: v0.12~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b95c82cb38998ecad8eaecb63d3d5f284dba7c2;p=thirdparty%2Fgettext.git Also test for __fsetlocking. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 3f4c61de7..9e301d160 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,7 @@ +2003-03-16 Bruno Haible + + * gettext.m4 (AM_INTL_SUBDIR): Also test for __fsetlocking. + 2003-02-28 Bruno Haible * error.m4: Remove file. Use ../../gettext-tools/m4/error.m4 instead. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 6b1f6aa32..0a5faed67 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -552,7 +552,8 @@ AC_DEFUN([AM_INTL_SUBDIR], stdlib.h string.h unistd.h sys/param.h]) AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \ geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \ -strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next]) +strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ +__fsetlocking]) AM_ICONV AM_LANGINFO_CODESET