aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-09 22:09:13 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-09 22:09:13 +0000
commit0e5a13470917fc1b9f2ed3ae7e632a265857a774 (patch)
tree6dff681f4d41c4a11b801df9f56ef3b913e43797 /configure.in
parent2da54de9682716729154872ffc7946fbca1d6391 (diff)
downloadtor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.tar
tor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.tar.gz
Fix DOS line endings; autoconfize checks for strptime and inet_aton
svn:r1248
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 95407676e..8f318b8f0 100644
--- a/configure.in
+++ b/configure.in
@@ -136,7 +136,7 @@ dnl These headers are not essential
AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/wait.h netinet/in.h arpa/inet.h)
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime)
dnl In case we aren't given a working stdint.h, we'll need to grow our own.
dnl Watch out.