File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -2837,17 +2837,13 @@ AC_DEFUN([CURL_CONFIGURE_CURL_OFF_T], [
2837
2837
#
2838
2838
x_LP64_long=""
2839
2839
x_LP32_long=""
2840
- x_LP16_long=""
2841
2840
#
2842
2841
if test "$ac_cv_sizeof_long" -eq "8" &&
2843
2842
test "$ac_cv_sizeof_voidp" -ge "8"; then
2844
2843
x_LP64_long="long"
2845
2844
elif test "$ac_cv_sizeof_long" -eq "4" &&
2846
2845
test "$ac_cv_sizeof_voidp" -ge "4"; then
2847
2846
x_LP32_long="long"
2848
- elif test "$ac_cv_sizeof_long" -eq "2" &&
2849
- test "$ac_cv_sizeof_voidp" -ge "2"; then
2850
- x_LP16_long="long"
2851
2847
fi
2852
2848
#
2853
2849
dnl DO_CURL_OFF_T_CHECK results are stored in next 3 vars
@@ -2881,17 +2877,6 @@ AC_DEFUN([CURL_CONFIGURE_CURL_OFF_T], [
2881
2877
done
2882
2878
AC_MSG_RESULT ( [ $curl_typeof_curl_off_t] )
2883
2879
fi
2884
- if test "$curl_typeof_curl_off_t" = "unknown"; then
2885
- AC_MSG_CHECKING ( [ for 16-bit curl_off_t data type] )
2886
- for t2 in \
2887
- "$x_LP16_long" \
2888
- 'int16_t' \
2889
- '__int16' \
2890
- 'int' ; do
2891
- DO_CURL_OFF_T_CHECK([ $t2] , [ 2] )
2892
- done
2893
- AC_MSG_RESULT ( [ $curl_typeof_curl_off_t] )
2894
- fi
2895
2880
if test "$curl_typeof_curl_off_t" = "unknown"; then
2896
2881
AC_MSG_ERROR ( [ cannot find data type for curl_off_t.] )
2897
2882
fi
You can’t perform that action at this time.
0 commit comments