aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-01-10 15:48:05 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-01-10 15:49:49 +0100
commita1ec228b032863a446e0762f3bacf3c6b8c3d721 (patch)
tree2af80b9d1e476713870a7c62d629328b2f921a55 /erts/configure.in
parentc48348233c467f7dc96728a31710abbb12cbe1f1 (diff)
downloadotp-a1ec228b032863a446e0762f3bacf3c6b8c3d721.tar.gz
otp-a1ec228b032863a446e0762f3bacf3c6b8c3d721.tar.bz2
otp-a1ec228b032863a446e0762f3bacf3c6b8c3d721.zip
erts: Fix xcomp configure for fallocate
* Default to 'no' for finding a working fallocate
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
1 files changed, 2 insertions, 0 deletions
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