зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1120444 - Use fdatasync properly instead of fsync where appropriate. r=glandium
MozReview-Commit-ID: 4ObwOvWhrhx --HG-- extra : rebase_source : 25c5a97458c485bd314397847823f11d4bf02019
This commit is contained in:
Родитель
15a166a6b1
Коммит
6b9969cba4
|
@ -3697,6 +3697,12 @@ then
|
|||
if test "x$ac_cv_sqlite_dbstat_vtab" = "xno"; then
|
||||
AC_MSG_ERROR([System SQLite library is not compiled with SQLITE_ENABLE_DBSTAT_VTAB.])
|
||||
fi
|
||||
else
|
||||
dnl ==============================
|
||||
dnl === SQLite fdatasync check ===
|
||||
dnl ==============================
|
||||
dnl Check to see if fdatasync is available
|
||||
AC_CHECK_FUNC(fdatasync)
|
||||
fi
|
||||
|
||||
if test -n "$MOZ_SYSTEM_SQLITE"; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче