From 14beaa4f156663102b5061bf87ad99c8c24a8f74 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 16 Nov 2007 01:51:55 +0000 Subject: [PATCH] Check for get/setrlimit. --- gettext-tools/ChangeLog | 4 ++++ gettext-tools/configure.ac | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 7f9bbec40..bac48def8 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2007-11-15 Bruno Haible + + * configure.ac: Check for getrlimit and setrlimit. + 2007-11-07 Bruno Haible * gettext-0.17 released. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 025ccf5b3..a512aa665 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -312,6 +312,9 @@ gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_JA +dnl Checks for functions for the tests/*.c tests. +AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) + dnl Check whether to execute tests that rely on libasprintf. dnl This test must be consistent with gettext-runtime/configure.ac. if test "${enable_libasprintf+set}" = set; then -- 2.47.2