ivzhh / rpms / sqlite

Forked from rpms/sqlite 3 years ago
Clone
54145bd
diff -up sqlite-src-3071100/configure.ac.malloc_usable_size sqlite-src-3071100/configure.ac
54145bd
--- sqlite-src-3071100/configure.ac.malloc_usable_size	2012-04-25 09:36:02.999684178 +0300
54145bd
+++ sqlite-src-3071100/configure.ac	2012-04-25 09:36:21.415584431 +0300
54145bd
@@ -127,7 +127,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
54145bd
 #########
54145bd
 # Figure out whether or not we have these functions
54145bd
 #
54145bd
-AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size])
54145bd
+AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime])
54145bd
 
54145bd
 #########
54145bd
 # By default, we use the amalgamation (this may be changed below...)
54145bd
diff -up sqlite-src-3071100/configure.malloc_usable_size sqlite-src-3071100/configure
54145bd
--- sqlite-src-3071100/configure.malloc_usable_size	2012-04-25 09:36:10.255643392 +0300
54145bd
+++ sqlite-src-3071100/configure	2012-04-25 09:36:37.684496632 +0300
54145bd
@@ -12148,7 +12148,7 @@ done
54145bd
 
54145bd
 
54145bd
 
54145bd
-for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size
54145bd
+for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime
54145bd
 do
54145bd
 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
54145bd
 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5