diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b9c4259b9..5c881ab99 100644 --- a/configure.ac +++ b/configure.ac @@ -286,7 +286,7 @@ AS_IF([test "x$enable_gprof" = "xyes"], [ AC_MSG_ERROR([libtcmalloc not available. Required for profiling support.]) ]) GPROF_ENABLED=1 - GPROF_LIBS="${pkg_cv_PROFILER_LIBS} ${pkg_cv_TCMALLOC_LIBS}" + GPROF_LIBS="-ltcmalloc_and_profiler" GPROF_CFLAGS="${pkg_cv_PROFILER_CFLAGS} ${pkg_cv_TCMALLOC_CFLAGS}" ]) |