summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-10-13 18:03:10 -0500
committerDan McGee <dan@archlinux.org>2011-10-13 20:49:24 -0500
commit9934052b54fd4dcd2339a2beb87ccc81b5e144bd (patch)
treea81169693ad73e957b277124d9caa318ac15cb3b /configure.ac
parent53e525c4f3a6b0bfdc346b4563c6c8fc0e1b5b11 (diff)
Remove mcheck.h support
When was the last time anyone used this? That's what I thought. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a5a5bbae..c23da75e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,8 +295,6 @@ AC_MSG_CHECKING(for debug mode request)
if test "x$debug" = "xyes" ; then
AC_MSG_RESULT(yes)
AC_DEFINE([PACMAN_DEBUG], , [Enable debug code])
- # Check for mcheck
- AC_CHECK_HEADERS([mcheck.h])
# Check for -fstack-protector availability
GCC_STACK_PROTECT_LIB
GCC_STACK_PROTECT_CC