1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
This commit is contained in:
Timo Sirainen 2001-09-11 17:32:29 +00:00 committed by cras
parent 41df7da60e
commit b5d317536c

View File

@ -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)