curlbuild.h.dist: fix GCC build on ARM systems without configure script

Bug: http://curl.haxx.se/bug/view.cgi?id=1205
Reported by: technion
This commit is contained in:
Yang Tse 2013-03-08 15:30:44 +01:00
parent bd649ac1c5
commit c5a08af579
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@
/* ===================================== */
#elif defined(__GNUC__)
# if defined(__i386__) || defined(__ppc__)
# if defined(__i386__) || defined(__ppc__) || defined(__arm__)
# define CURL_SIZEOF_LONG 4
# define CURL_TYPEOF_CURL_OFF_T long long
# define CURL_FORMAT_CURL_OFF_T "lld"