Skip to content

Commit

Permalink
Clean up (on linux) an issue with uintptr_t
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Sep 16, 2022
1 parent a4c158e commit c79c2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ AC_STRUCT_ST_BLKSIZE
UD_CHECK_IEEE
AC_CHECK_TYPES([size_t, ssize_t, schar, uchar, longlong, ushort, uint, int64, uint64, size64_t, ssize64_t, _off64_t, uint64_t, ptrdiff_t])
AC_TYPE_OFF_T
AC_TYPE_UINTPTR_T
AC_CHECK_TYPES([uintptr_t])
AC_C_CHAR_UNSIGNED
AC_C_BIGENDIAN

Expand Down

0 comments on commit c79c2a5

Please sign in to comment.