From 805535a8c3a6a061f1f440497f214f126ea02090 Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Tue, 3 Sep 2019 21:20:51 +0300 Subject: [PATCH] FEDORA: no-malloc-usable-size See https://bugzilla.redhat.com/show_bug.cgi?id=801981 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363 --- sqlite/configure | 2 +- sqlite/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite/configure b/sqlite/configure index a7f0290bb..012a4453c 100755 --- a/sqlite/configure +++ b/sqlite/configure @@ -10288,7 +10288,7 @@ done ######### # Figure out whether or not we have these functions # -for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64 +for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64 do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" diff --git a/sqlite/configure.ac b/sqlite/configure.ac index cc805a00d..d5fced529 100644 --- a/sqlite/configure.ac +++ b/sqlite/configure.ac @@ -108,7 +108,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h stdint.h inttypes.h malloc.h]) ######### # Figure out whether or not we have these functions # -AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64]) +AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64]) ######### # By default, we use the amalgamation (this may be changed below...) -- 2.33.0