mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.
This regression was introduced by
194d6f9de8 (Restructure *CFLAGS/*CXXFLAGS
configuration.).
This commit is contained in:
@@ -1503,7 +1503,7 @@ if test "x$abi" != "xpecoff" ; then
|
|||||||
fi
|
fi
|
||||||
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.
|
dnl Check whether clock_gettime(2) is in libc or librt.
|
||||||
AC_SEARCH_LIBS([clock_gettime], [rt])
|
AC_SEARCH_LIBS([clock_gettime], [rt])
|
||||||
|
|||||||
Reference in New Issue
Block a user