Fix codesighs detection for objdir builds

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

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

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