summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-13 01:35:14 +0000
committerYang Tse <yangsita@gmail.com>2006-10-13 01:35:14 +0000
commit02d31bef501f42e9c3fcea1203138b102a28088b (patch)
tree7756eb0d619137909dedf28d199e62b2846e96ec /configure.ac
parent04cb824483f4394b7717a1354fe218de6dbb4d5c (diff)
downloadc-ares-02d31bef501f42e9c3fcea1203138b102a28088b.tar.gz
c-ares-02d31bef501f42e9c3fcea1203138b102a28088b.tar.bz2
c-ares-02d31bef501f42e9c3fcea1203138b102a28088b.zip
Check for struct timeval at configuration time
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f46549..79292ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -265,6 +265,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T
AC_HEADER_TIME
+CURL_CHECK_STRUCT_TIMEVAL
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)