]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
regress: Add debug for RestoreObject test
[bacula/bacula] / bacula / configure
index 06e0a90f5e184ddf0fcee1b221638ff50a9e1d14..53f7c3aaf842417592fb3333b6fa0b6e4f276eb6 100755 (executable)
 done
 
 
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_GETPAGESIZE 1
+_ACEOF
+
+$as_echo "#define HAVE_GETPAGESIZE 1" >>confdefs.h
+
+fi
+done
+
+
 for ac_func in malloc_trim
 do :
   ac_fn_c_check_func "$LINENO" "malloc_trim" "ac_cv_func_malloc_trim"