]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use putc_unlocked only when it is declared.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2003 13:44:04 +0000 (13:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:58 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 1dc1b92ac2fa2d301afa600712ca50b502987533..4069befdde265a1f9236fd66e71899aa619f2bf2 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Don't test for putc_unlocked.
+
 2003-08-31  Bruno Haible  <bruno@clisp.org>
 
        * windows/gettextsrc.def: Add formatstring_sh.
index 0a0f37632e259e6b506852dd51e50e17ef3d4616..97c1c9c7b5f2f7abd9c1c932aad8752475031541 100644 (file)
@@ -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