summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-25 15:18:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-25 15:18:02 +0000
commitd5bc98fcec10a3689d6491bd25ff31ef6fba9d2d (patch)
tree5b76cb93b4029ff8da2433eba0e3373590ef5d98
parentc10684ac3f6f39c190ce61bc174993a9a8b11be5 (diff)
downloadgnurl-d5bc98fcec10a3689d6491bd25ff31ef6fba9d2d.tar.gz
gnurl-d5bc98fcec10a3689d6491bd25ff31ef6fba9d2d.tar.bz2
gnurl-d5bc98fcec10a3689d6491bd25ff31ef6fba9d2d.zip
added sys/time.h check
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 116fa7267..30e1b2ac4 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lib/urldata.h)
AM_CONFIG_HEADER(config.h src/config.h)
-AM_INIT_AUTOMAKE(curl,"7.0beta")
+AM_INIT_AUTOMAKE(curl,"7.0.1beta")
dnl Checks for programs.
AC_PROG_CC
@@ -131,6 +131,7 @@ AC_CHECK_HEADERS( \
sys/sockio.h \
sys/stat.h \
sys/types.h \
+ sys/time.h \
getopt.h \
sys/param.h \
termios.h \