File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1927,6 +1927,8 @@ else
1927
1927
AC_ERROR([could not detect a 64-bit integer type])
1928
1928
fi
1929
1929
1930
+ AC_MSG_NOTICE([for apr_(u)int64_t using $int64_strfn and ${int64_value}/${uint64_value}])
1931
+
1930
1932
# If present, allow the C99 macro INT64_C to override our conversion.
1931
1933
#
1932
1934
# HP-UX's ANSI C compiler provides this without any includes, so we
@@ -2108,7 +2110,6 @@ else
2108
2110
aprlfs=0
2109
2111
fi
2110
2112
2111
- AC_MSG_CHECKING([which type to use for apr_off_t])
2112
2113
if test "${ac_cv_sizeof_off_t}${apr_cv_use_lfs64}" = "4yes"; then
2113
2114
# LFS is go!
2114
2115
off_t_fmt='#define APR_OFF_T_FMT APR_INT64_T_FMT'
@@ -2164,7 +2165,7 @@ else
2164
2165
off_t_strfn='strtoi'
2165
2166
off_t_size=4
2166
2167
fi
2167
- AC_MSG_RESULT($ off_t_value)
2168
+ AC_MSG_NOTICE([for apr_off_t using $off_t_strfn and $ off_t_value] )
2168
2169
2169
2170
2170
2171
# Regardless of whether _LARGEFILE64_SOURCE is used, on some
@@ -2196,7 +2197,7 @@ case $host in
2196
2197
fi
2197
2198
;;
2198
2199
esac
2199
- AC_MSG_NOTICE([using $ino_t_value for ino_t ])
2200
+ AC_MSG_NOTICE([for apr_ino_t using $ino_t_value])
2200
2201
2201
2202
# Checks for endianness
2202
2203
AC_C_BIGENDIAN
You can’t perform that action at this time.
0 commit comments