summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-09-11 17:32:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-09-11 17:32:29 +0000
commitb5d317536c821357bf4edfe62fa476e99e711966 (patch)
tree717d8385da91ddc360eb894c9c5b72fd882d583e
parent41df7da60ead4aba9476a02559240a7fe0f96515 (diff)
downloadirssi-b5d317536c821357bf4edfe62fa476e99e711966.zip
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
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)