Fix description of --enable-jprof

r=Pavlov


git-svn-id: svn://10.0.0.236/trunk@58780 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jim_nance%yahoo.com 2000-01-26 13:01:31 +00:00
parent 1b8b62e933
commit 329728a383

View File

@ -2620,7 +2620,7 @@ MOZ_ARG_ENABLE_BOOL(leaky,
dnl mozilla/tools/leaky not part of default build.
MOZ_ARG_ENABLE_BOOL(jprof,
[ --enable-jprof Enable leaky memory tool],
[ --enable-jprof Enable jprof profiling tool (pull tools/jprof)],
MOZ_JPROF=1
AC_DEFINE(MOZ_JPROF))