From b5d317536c821357bf4edfe62fa476e99e711966 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 11 Sep 2001 17:32:29 +0000 Subject: [PATCH] sys/resource.h check - needed for the ulimit change.. removed libintl.h check since it's not used anymore. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1787 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9b982055..ab6e4a99 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ if test "x$enable_static" = "xno"; then AC_ERROR([Don't give --disable-static option to configure]) fi -AC_CHECK_HEADERS(string.h stdlib.h unistd.h dirent.h sys/ioctl.h libintl.h) +AC_CHECK_HEADERS(string.h stdlib.h unistd.h dirent.h sys/ioctl.h sys/resource.h) # check posix headers.. AC_CHECK_HEADERS(sys/time.h sys/utsname.h regex.h)