mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.
This regression was introduced by
194d6f9de8 (Restructure *CFLAGS/*CXXFLAGS
configuration.).
This commit is contained in:
parent
472fef2e12
commit
4a068644c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1503,7 +1503,7 @@ if test "x$abi" != "xpecoff" ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
JE_APPEND_VS(CFLAGS, -D_REENTRANT)
|
||||
JE_APPEND_VS(CPPFLAGS, -D_REENTRANT)
|
||||
|
||||
dnl Check whether clock_gettime(2) is in libc or librt.
|
||||
AC_SEARCH_LIBS([clock_gettime], [rt])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue