aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-13 19:49:19 +0000
committerYang Tse <yangsita@gmail.com>2008-08-13 19:49:19 +0000
commita06e0779384165af8d3043c9855954f8ed77ca56 (patch)
treecc28b3dfc5b362399601f06e13f20686944a9f3b /configure.ac
parent7bdae7be4f46871465272a0620e635cd3d42c9c6 (diff)
Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG
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 afc8db445..9ebb9ba6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1996,6 +1996,7 @@ CURL_VERIFY_RUNTIMELIBS
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)
+CURL_CONFIGURE_LONG
AC_CHECK_SIZEOF(time_t)
AC_CHECK_SIZEOF(off_t)