]> granicus.if.org Git - curl/commitdiff
added sys/time.h check
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2000 15:18:02 +0000 (15:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2000 15:18:02 +0000 (15:18 +0000)
configure.in

index 116fa72670510ff2ae246db3314ea9cee9218b65..30e1b2ac4c0e08c40f26aae10749d9be6da4207f 100644 (file)
@@ -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 \