mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
41df7da60e
commit
b5d317536c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user