mirror of
https://github.com/curl/curl.git
synced 2025-09-30 16:06:51 +03:00
revert accidental commit of test code
This commit is contained in:
parent
f46d47239f
commit
8980f89370
|
@ -2006,13 +2006,6 @@ CURL_CONFIGURE_LONG
|
||||||
AC_CHECK_SIZEOF(time_t)
|
AC_CHECK_SIZEOF(time_t)
|
||||||
AC_CHECK_SIZEOF(off_t)
|
AC_CHECK_SIZEOF(off_t)
|
||||||
|
|
||||||
dnl now check if curl_off_t is larger than off_t
|
|
||||||
|
|
||||||
if test $ac_cv_sizeof_off_t -ge $ac_cv_sizeof_curl_off_t; then
|
|
||||||
AC_MSG_WARN([curl_off_t was detected to be larger than off_t.])
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
AC_CHECK_TYPE(long long,
|
AC_CHECK_TYPE(long long,
|
||||||
[AC_DEFINE(HAVE_LONGLONG, 1,
|
[AC_DEFINE(HAVE_LONGLONG, 1,
|
||||||
[Define to 1 if the compiler supports the 'long long' data type.])]
|
[Define to 1 if the compiler supports the 'long long' data type.])]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user