From: Bruno Haible Date: Tue, 9 Sep 2003 13:44:04 +0000 (+0000) Subject: Use putc_unlocked only when it is declared. X-Git-Tag: v0.13~265 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=192e30d6916d1c3dad4132b3f11a2245a1104f0f;p=thirdparty%2Fgettext.git Use putc_unlocked only when it is declared. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 1dc1b92ac..4069befdd 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-09-09 Bruno Haible + + * configure.ac: Don't test for putc_unlocked. + 2003-08-31 Bruno Haible * windows/gettextsrc.def: Add formatstring_sh. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 0a0f37632..97c1c9c7b 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -101,8 +101,8 @@ AC_TYPE_MODE_T dnl Checks for library functions. gl_FUNC_ALLOCA AC_FUNC_VPRINTF -AC_CHECK_FUNCS([chown getcwd posix_spawn putc_unlocked raise select strerror \ -strtoul uname utime utimes]) +AC_CHECK_FUNCS([chown getcwd posix_spawn raise select strerror strtoul uname \ +utime utimes]) AC_REPLACE_FUNCS([memmove memset stpcpy strcspn \ strcasecmp strncasecmp strpbrk strstr vasprintf]) AM_FUNC_GETLINE