bfaf7a
diff -up sqlite-src-3071500/configure.ac.malloc-usable-size sqlite-src-3071500/configure.ac
bfaf7a
--- sqlite-src-3071500/configure.ac.malloc-usable-size	2012-12-13 14:00:32.685869844 +0200
bfaf7a
+++ sqlite-src-3071500/configure.ac	2012-12-13 14:00:43.321830496 +0200
bfaf7a
@@ -127,7 +127,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
bfaf7a
 #########
bfaf7a
 # Figure out whether or not we have these functions
bfaf7a
 #
bfaf7a
-AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size])
bfaf7a
+AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime])
bfaf7a
 
bfaf7a
 #########
bfaf7a
 # By default, we use the amalgamation (this may be changed below...)
bfaf7a
diff -up sqlite-src-3071500/configure.malloc-usable-size sqlite-src-3071500/configure
bfaf7a
--- sqlite-src-3071500/configure.malloc-usable-size	2012-12-13 14:00:28.552884276 +0200
bfaf7a
+++ sqlite-src-3071500/configure	2012-12-13 14:00:54.720788024 +0200
bfaf7a
@@ -12147,7 +12147,7 @@ done
bfaf7a
 
bfaf7a
 
bfaf7a
 
bfaf7a
-for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size
bfaf7a
+for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime
bfaf7a
 do
bfaf7a
 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bfaf7a
 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5