mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Do not check for standard C headers.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4761 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e1713c17cb
commit
aa602a00ac
2 changed files with 3 additions and 8 deletions
|
|
@ -11,7 +11,6 @@ AM_MAINTAINER_MODE
|
|||
AC_ISC_POSIX
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
AC_STDC_HEADERS
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
AC_PATH_PROG(sedpath, sed)
|
||||
|
|
@ -22,7 +21,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 sys/resource.h)
|
||||
AC_CHECK_HEADERS(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…
Add table
Add a link
Reference in a new issue