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:
Andreas Hansson 2012-06-18 15:43:12 -04:00
parent ce9ac38342
commit eaf19d2815

View file

@ -769,7 +769,8 @@ else:
have_tcmalloc = False have_tcmalloc = False
print termcap.Yellow + termcap.Bold + \ print termcap.Yellow + termcap.Bold + \
"You can get a 12% performance improvement by installing tcmalloc "\ "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: if not have_posix_clock:
print "Can't find library for POSIX clocks." print "Can't find library for POSIX clocks."