diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-18 10:44:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:17 +0200 |
commit | 5b95c82cb38998ecad8eaecb63d3d5f284dba7c2 (patch) | |
tree | 2fe346079ccf956c846f957dbeeb5700d13b810e /gettext-runtime/m4 | |
parent | 02ce853c7a59d6e375fcae79a258eaed19f2efa4 (diff) | |
download | external_gettext-5b95c82cb38998ecad8eaecb63d3d5f284dba7c2.zip external_gettext-5b95c82cb38998ecad8eaecb63d3d5f284dba7c2.tar.gz external_gettext-5b95c82cb38998ecad8eaecb63d3d5f284dba7c2.tar.bz2 |
Also test for __fsetlocking.
Diffstat (limited to 'gettext-runtime/m4')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/m4/gettext.m4 | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 3f4c61d..9e301d1 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -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. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 6b1f6aa..0a5faed 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 |