Blame SOURCES/sqlite-3.12.2-no-malloc-usable-size.patch

032533
diff -up sqlite-src-3120200/configure.ac.malloc_usable_size sqlite-src-3120200/configure.ac
032533
--- sqlite-src-3120200/configure.ac.malloc_usable_size	2016-04-25 09:46:48.134690570 +0200
032533
+++ sqlite-src-3120200/configure.ac	2016-04-25 09:48:41.622637181 +0200
032533
@@ -108,7 +108,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
032533
 #########
032533
 # Figure out whether or not we have these functions
032533
 #
032533
-AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64])
032533
+AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64])
032533
 
032533
 #########
032533
 # By default, we use the amalgamation (this may be changed below...)
032533
diff -up sqlite-src-3120200/configure.malloc_usable_size sqlite-src-3120200/configure
032533
--- sqlite-src-3120200/configure.malloc_usable_size	2016-04-25 09:47:12.594679063 +0200
032533
+++ sqlite-src-3120200/configure	2016-04-25 09:49:28.684615042 +0200
032533
@@ -10275,7 +10275,7 @@ done
032533
 #########
032533
 # Figure out whether or not we have these functions
032533
 #
032533
-for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64
032533
+for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64
032533
 do :
032533
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
032533
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"