From 7c5c21c5a7d7df282654db1d1780203723495068 Mon Sep 17 00:00:00 2001 From: Loring Holden Date: Tue, 18 Apr 2000 15:58:14 +0000 Subject: [PATCH] Now checks for errno.h and sys/dir.h for qw_server/sys_unix.c --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4c0d4b0..e8f5bf1 100644 --- a/configure.in +++ b/configure.in @@ -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