]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Also test for __fsetlocking.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Mar 2003 10:44:41 +0000 (10:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:17 +0000 (12:10 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index 3f4c61de7ff0bb69a8fca8a31111095ebc746c02..9e301d1603a1390d84abeca6b9aa52ff5402fdfc 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-16  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_INTL_SUBDIR): Also test for __fsetlocking.
+
 2003-02-28  Bruno Haible  <bruno@clisp.org>
 
        * error.m4: Remove file. Use ../../gettext-tools/m4/error.m4 instead.
index 6b1f6aa3249b891134ce4d61e204b3f5d6dc54f4..0a5faed67edb1bc15cc0c243ef86b954d61334ae 100644 (file)
@@ -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