]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
Tweak rebuild configure
[bacula/bacula] / bacula / configure
index 1d3f5d2c67be90873d8a774d75ebb9d32e8845f5..5a581c542b2adc4a8077a85fa5010545e86c027f 100755 (executable)
 done
 
 
+for ac_func in malloc_trim
+do :
+  ac_fn_c_check_func "$LINENO" "malloc_trim" "ac_cv_func_malloc_trim"
+if test "x$ac_cv_func_malloc_trim" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_MALLOC_TRIM 1
+_ACEOF
+
+$as_echo "#define HAVE_MALLOC_TRIM 1" >>confdefs.h
+
+fi
+done
+
+
 for ac_func in fchdir
 do :
   ac_fn_c_check_func "$LINENO" "fchdir" "ac_cv_func_fchdir"