From f3dd5f2ce4779b68957b8afc3c57555e625a9802 Mon Sep 17 00:00:00 2001 From: darkeye Date: Sat, 18 Nov 2000 11:10:31 +0000 Subject: [PATCH] added time.h to header list to check --- darkice/trunk/configure.h.in | 3 +++ darkice/trunk/configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/configure.h.in b/darkice/trunk/configure.h.in index ec6c2ed..138e711 100644 --- a/darkice/trunk/configure.h.in +++ b/darkice/trunk/configure.h.in @@ -60,6 +60,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_TIME_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index dd53d52..e23abe4 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -9,7 +9,7 @@ AC_PROG_INSTALL dnl AC_STDC_HEADERS AC_HAVE_HEADERS(errno.h fcntl.h stdio.h stdlib.h string.h unistd.h limits.h) -AC_HAVE_HEADERS(getopt.h signal.h sys/time.h sys/types.h sys/soundcard.h) +AC_HAVE_HEADERS(getopt.h signal.h time.h sys/time.h sys/types.h sys/soundcard.h) AC_HAVE_HEADERS(netdb.h netinet/in.h sys/ioctl.h sys/socket.h sys/stat.h) AC_HEADER_SYS_WAIT()