diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-09 22:09:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-09 22:09:13 +0000 |
commit | 0e5a13470917fc1b9f2ed3ae7e632a265857a774 (patch) | |
tree | 6dff681f4d41c4a11b801df9f56ef3b913e43797 /configure.in | |
parent | 2da54de9682716729154872ffc7946fbca1d6391 (diff) | |
download | tor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.tar.gz tor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.zip |
Fix DOS line endings; autoconfize checks for strptime and inet_aton
svn:r1248
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 95407676ef..8f318b8f04 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. |