summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-09-23 10:14:01 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:01 +0200
commitd14eb956874bfcd300955a4ece4ec395959b90fd (patch)
treed9c4f6ceeca8b29d95648f9d07f44053adf13cad /gettext-runtime/configure.ac
parentb002633add2677beb86292bd0a6d02bf16c591c3 (diff)
downloadexternal_gettext-d14eb956874bfcd300955a4ece4ec395959b90fd.zip
external_gettext-d14eb956874bfcd300955a4ece4ec395959b90fd.tar.gz
external_gettext-d14eb956874bfcd300955a4ece4ec395959b90fd.tar.bz2
Portability to SunOS 4, which lacks strtoul() and atexit().
Diffstat (limited to 'gettext-runtime/configure.ac')
-rw-r--r--gettext-runtime/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
index 614b78b..feeb880 100644
--- a/gettext-runtime/configure.ac
+++ b/gettext-runtime/configure.ac
@@ -75,8 +75,8 @@ AC_TYPE_SIZE_T
dnl Checks for library functions.
gl_FUNC_ALLOCA
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([setlocale strerror])
-AC_REPLACE_FUNCS([memmove])
+AC_CHECK_FUNCS([setlocale strerror strtoul])
+AC_REPLACE_FUNCS([atexit memmove])
gt_FUNC_SETENV
gl_FUNC_STRERROR
jm_FUNC_GLIBC_UNLOCKED_IO