mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
Now checks for errno.h and sys/dir.h for qw_server/sys_unix.c
This commit is contained in:
parent
052c4866ac
commit
7c5c21c5a7
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ AC_CHECK_HEADERS(unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
|||
sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \
|
||||
sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \
|
||||
dsound.h mmsystem.h initguid.h mme/mmsystem.h mme/mme_public.h \
|
||||
sys/asoundlib.h string.h strings.h memory.h malloc.h)
|
||||
sys/asoundlib.h string.h strings.h memory.h malloc.h \
|
||||
errno.h sys/dir.h)
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
|
|
Loading…
Reference in a new issue