Skip to content

Commit

Permalink
Check for ptrdiff_t and fail if we don't have it.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665682 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dreiss committed May 9, 2008
1 parent 60f0a6f commit d4c8abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -95,6 +95,7 @@ AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
AC_CHECK_TYPES([ptrdiff_t], [], [exit 1])

AC_STRUCT_TM

Expand Down

0 comments on commit d4c8abc

Please sign in to comment.