]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Check for get/setrlimit.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Nov 2007 01:51:55 +0000 (01:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:33 +0000 (12:15 +0200)
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 7f9bbec40870751803106d947f68ad0b44e9fea2..bac48def81660c4f636bf820fbbda9e3902ac9e2 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Check for getrlimit and setrlimit.
+
 2007-11-07  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.17 released.
index 025ccf5b3d503b917d013f208e499a4e01e4fcb3..a512aa66519e84a12844812a6162cff499708d8f 100644 (file)
@@ -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