aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-23 12:14:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-23 12:14:35 +0000
commit8980f89370d8a5e7e3b0fed2a3673d4fbc668338 (patch)
treee34524297d8b229abf2533907007c31acaa849c1 /configure.ac
parentf46d47239f67d7f15f33ae9f0458ecefb7763cce (diff)
revert accidental commit of test code
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 0e29b9e3e..2959b68c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2006,13 +2006,6 @@ CURL_CONFIGURE_LONG
AC_CHECK_SIZEOF(time_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_DEFINE(HAVE_LONGLONG, 1,
[Define to 1 if the compiler supports the 'long long' data type.])]