search for: ac_type_pid_t

Displaying 2 results from an estimated 2 matches for "ac_type_pid_t".

2004 Sep 02
2
[LLVMdev] Type uint64_t required but not found
...onfigure.ac =================================================================== RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v retrieving revision 1.106 diff -u -r1.106 configure.ac --- configure.ac 2 Sep 2004 18:44:44 -0000 1.106 +++ configure.ac 2 Sep 2004 20:13:17 -0000 @@ -315,7 +315,7 @@ AC_TYPE_PID_T AC_TYPE_SIZE_T AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not found])) -AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not found])) +AC_CHECK_TYPES([uint64_t]) AC_CHECK_TYPES([u_int64_t]) AC_HEADER_TIME AC_STRUCT_TM ____________________________________...
2004 Sep 02
0
[LLVMdev] Type uint64_t required but not found
...================================================================= } RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v } retrieving revision 1.106 } diff -u -r1.106 configure.ac } --- configure.ac 2 Sep 2004 18:44:44 -0000 1.106 } +++ configure.ac 2 Sep 2004 20:13:17 -0000 } @@ -315,7 +315,7 @@ } AC_TYPE_PID_T } AC_TYPE_SIZE_T } AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not } found])) } -AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not } found])) } +AC_CHECK_TYPES([uint64_t]) } AC_CHECK_TYPES([u_int64_t]) } AC_HEADER_TIME } AC_STRUCT_TM } Maybe instead of...