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