diff --git a/src/configure.in b/src/configure.in index 40206b76029a00f889b10f1df0a259599e003a62..5e8e2111c2d820e9ff8c336088f4e4668ff40311 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.178 1998/04/29 00:22:37 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.179 1998/04/29 00:30:49 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -687,7 +687,7 @@ memory.h values.h string.h strings.h fcntl.h sys/filio.h sys/sockio.h crypt.h \ locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \ thread.h dlfcn.h dld.h sys/times.h sched.h sys/procfs.h sys/param.h winsock.h \ sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h grp.h \ -pwd.h passwd.h group.h winsock2.h signal.h sys/file.h) +pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h) AC_CHECK_SIZEOF(char *,4) AC_CHECK_SIZEOF(long,4)