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:
Родитель
afff0d7a0b
Коммит
fea19bb76e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче