mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Add an autoconf test for malloc.h and use the results of that test to
conditionally #include the malloc.h header file. FossilOrigin-Name: 16a471129d497f45935b5d00df7ce9ec731ee498
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -11992,7 +11992,8 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_header in sys/types.h stdlib.h stdint.h inttypes.h
|
||||
|
||||
for ac_header in sys/types.h stdlib.h stdint.h inttypes.h malloc.h
|
||||
do
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
|
||||
Reference in New Issue
Block a user