summaryrefslogtreecommitdiffstats
path: root/src/m4/tcmalloc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/m4/tcmalloc.m4')
-rw-r--r--src/m4/tcmalloc.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/src/m4/tcmalloc.m4 b/src/m4/tcmalloc.m4
index 44333c5..73d4b4c 100644
--- a/src/m4/tcmalloc.m4
+++ b/src/m4/tcmalloc.m4
@@ -6,7 +6,6 @@ AC_DEFUN([TCMALLOC],
[with_tcmalloc=yes])
AS_IF([test "x$with_tcmalloc" != "xno"],
- [AC_CHECK_LIB([tcmalloc], [tc_free], [],
- [AC_MSG_NOTICE([tcmalloc libraries not installed])]
- )])
-])
+ [AC_CHECK_LIB([tcmalloc], [tc_free])]
+ )]
+)