Fix codesighs detection for objdir builds

This commit is contained in:
seawood%netscape.com 2003-03-15 05:12:33 +00:00
Родитель 2b88fb6b29
Коммит 420906770f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.])