mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:37:16 +03:00
check for a few basic header files
This commit is contained in:
parent
48bc26e7e3
commit
fce6783be4
1 changed files with 8 additions and 0 deletions
|
|
@ -58,4 +58,12 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
|
|||
AC_MSG_RESULT(no)
|
||||
)
|
||||
|
||||
dnl check for a few basic system headers we need
|
||||
AC_CHECK_HEADERS(
|
||||
sys/types.h \
|
||||
sys/time.h \
|
||||
sys/select.h \
|
||||
sys/socket.h \
|
||||
)
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue