зеркало из https://github.com/mozilla/gecko-dev.git
Fix codesighs detection for objdir builds
This commit is contained in:
Родитель
2b88fb6b29
Коммит
420906770f
|
@ -3992,7 +3992,7 @@ dnl Enable code size metrics.
|
|||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(codesighs,
|
||||
[ --enable-codesighs Enable code size analysis tools],
|
||||
[ if test -d ./tools/codesighs; then
|
||||
[ if test -d $srcdir/tools/codesighs; then
|
||||
MOZ_MAPINFO=1
|
||||
else
|
||||
AC_MSG_ERROR([Codesighs directory ./tools/codesighs required.])
|
||||
|
|
Загрузка…
Ссылка в новой задаче