diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-14 01:03:10 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-14 03:49:24 +0200 |
commit | 9934052b54fd4dcd2339a2beb87ccc81b5e144bd (patch) | |
tree | a81169693ad73e957b277124d9caa318ac15cb3b /configure.ac | |
parent | 53e525c4f3a6b0bfdc346b4563c6c8fc0e1b5b11 (diff) | |
download | pacman-9934052b54fd4dcd2339a2beb87ccc81b5e144bd.tar.gz pacman-9934052b54fd4dcd2339a2beb87ccc81b5e144bd.tar.xz |
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.ac | 2 |
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 |