Bug 788241 configure sometimes fails with "rm: cannot lstat 'conftest.exe': Permission denied" followed by "C++ compiler cannot create executables" - port bug 758732 from Firefox. rs=Callek

This commit is contained in:
Mark Banner 2012-09-08 14:41:36 +02:00
Родитель afff0d7a0b
Коммит fea19bb76e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -276,8 +276,8 @@ else
AC_PROG_CC
case "$target" in
*-mingw*)
# Work around the conftest.exe access problem on Windows (bug 545015)
sleep 1
# Work around the conftest.exe access problem on Windows
sleep 2
esac
AC_PROG_CXX
AC_PROG_RANLIB