mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support
This commit is contained in:
parent
999e1b5cc7
commit
ff2e999667
4 changed files with 4 additions and 0 deletions
|
|
@ -155,6 +155,10 @@ if test "x${ac_cv_big_endian}" = "x1" ; then
|
|||
AC_DEFINE_UNQUOTED([JEMALLOC_BIG_ENDIAN], [ ])
|
||||
fi
|
||||
|
||||
if test "x${je_cv_msvc}" = "xyes" -a "x${ac_cv_header_inttypes_h}" = "xno"; then
|
||||
CPPFLAGS="$CPPFLAGS -I${srcroot}/include/msvc_compat/C99"
|
||||
fi
|
||||
|
||||
AC_CHECK_SIZEOF([void *])
|
||||
if test "x${ac_cv_sizeof_void_p}" = "x8" ; then
|
||||
LG_SIZEOF_PTR=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue