Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG

This commit is contained in:
Yang Tse
2008-08-13 19:49:19 +00:00
parent 7bdae7be4f
commit a06e077938
2 changed files with 10 additions and 27 deletions

View File

@@ -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)