浏览代码

configure: check for uintptr_t type

Evgeny Grin (Karlson2k) 1 年之前
父节点
当前提交
7e175e2c06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -530,7 +530,7 @@ AC_CHECK_HEADERS([sys/socket.h sys/select.h netinet/in_systm.h netinet/in.h \
 # Check for other optional headers
 AC_CHECK_HEADERS([sys/msg.h sys/mman.h signal.h], [], [], [AC_INCLUDES_DEFAULT])
 
-AC_CHECK_TYPES([size_t, ssize_t, ptrdiff_t, intptr_t],[],[],
+AC_CHECK_TYPES([size_t,ssize_t,ptrdiff_t,intptr_t,uintptr_t],[],[],
   [[
 /* Keep in sync with src/mhd2/sys_base_types.h */
 #include <stdint.h> /* uint_fast_XXt, int_fast_XXt */