From: Bruno Haible Date: Fri, 16 Nov 2007 01:51:55 +0000 (+0000) Subject: Check for get/setrlimit. X-Git-Tag: v0.18~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14beaa4f156663102b5061bf87ad99c8c24a8f74;p=thirdparty%2Fgettext.git Check for get/setrlimit. --- 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