Build: Point to the appropriate tcmalloc package
This patch updates the message printed if the user does not have tcmalloc available. It turns out that the correct package (which creates all required symlinks etc) is libgoogle-perftools-dev. This has been verified on Ubuntu 12.04.
This commit is contained in:
parent
ce9ac38342
commit
eaf19d2815
1 changed files with 2 additions and 1 deletions
|
@ -769,7 +769,8 @@ else:
|
|||
have_tcmalloc = False
|
||||
print termcap.Yellow + termcap.Bold + \
|
||||
"You can get a 12% performance improvement by installing tcmalloc "\
|
||||
"(google-perftools package on Ubuntu or RedHat)." + termcap.Normal
|
||||
"(libgoogle-perftools-dev package on Ubuntu or RedHat)." + \
|
||||
termcap.Normal
|
||||
|
||||
if not have_posix_clock:
|
||||
print "Can't find library for POSIX clocks."
|
||||
|
|
Loading…
Reference in a new issue