mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Define JEMALLOC_HAS_ALLOCA_H for QNX
QNX has <alloca.h>
This commit is contained in:
committed by
David Goldblatt
parent
4e3fe218e9
commit
063a767ffe
@@ -768,6 +768,7 @@ case "${host}" in
|
|||||||
*-*-nto-qnx)
|
*-*-nto-qnx)
|
||||||
abi="elf"
|
abi="elf"
|
||||||
force_tls="0"
|
force_tls="0"
|
||||||
|
AC_DEFINE([JEMALLOC_HAS_ALLOCA_H])
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
||||||
|
|||||||
Reference in New Issue
Block a user