Skip to content

Commit

Permalink
Define JEMALLOC_HAS_ALLOCA_H for QNX
Browse files Browse the repository at this point in the history
QNX has <alloca.h>
  • Loading branch information
jqian-aurora authored and davidtgoldblatt committed Dec 18, 2020
1 parent 4e3fe21 commit 063a767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}])
Expand Down

0 comments on commit 063a767

Please sign in to comment.