]> granicus.if.org Git - curl/commit
configure: prefer 'long long' to int64_t for curl_off_t
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2017 11:50:03 +0000 (13:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Apr 2017 10:04:29 +0000 (12:04 +0200)
commit81284374bf3c670d2050f8562edeb69f060b07cc
treefa90111f51a772ccfd81f337b75c2bcc4ca22bb9
parent6193770ee1f6771758a653730e7a1ecaf2cf9dc8
configure: prefer 'long long' to int64_t for curl_off_t

Since it is a native type and it makes it less complicated to find a
matching one in system.h

Bug: https://curl.haxx.se/mail/lib-2017-04/0010.html
Reported-by: Dan Fandrich
Closes #1388
acinclude.m4