Skip to content
Snippets Groups Projects
Commit d5bc98fc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added sys/time.h check

parent c10684ac
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment