From a1ec228b032863a446e0762f3bacf3c6b8c3d721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Thu, 10 Jan 2013 15:48:05 +0100 Subject: erts: Fix xcomp configure for fallocate * Default to 'no' for finding a working fallocate --- erts/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index be9a753f7f..a73bb358a0 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -1107,6 +1107,8 @@ AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[ i_cv_posix_fallocate_works=yes ], [ i_cv_posix_fallocate_works=no + ], [ + i_cv_posix_fallocate_works=no ]) ]) if test $i_cv_posix_fallocate_works = yes; then -- cgit v1.2.3