Define JEMALLOC_HAS_ALLOCA_H for QNX
QNX has <alloca.h>
This commit is contained in:
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}])
|
||||||
|
Loading…
Reference in New Issue
Block a user