Define JEMALLOC_HAS_ALLOCA_H for QNX

QNX has <alloca.h>
This commit is contained in:
Jin Qian 2020-10-30 14:36:07 -07:00 committed by David Goldblatt
parent 4e3fe218e9
commit 063a767ffe

View File

@ -768,6 +768,7 @@ case "${host}" in
*-*-nto-qnx)
abi="elf"
force_tls="0"
AC_DEFINE([JEMALLOC_HAS_ALLOCA_H])
;;
*)
AC_MSG_RESULT([Unsupported operating system: ${host}])