index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-10-13 18:03:10 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-13 20:49:24 -0500 |
commit | 9934052b54fd4dcd2339a2beb87ccc81b5e144bd (patch) | |
tree | a81169693ad73e957b277124d9caa318ac15cb3b /configure.ac | |
parent | 53e525c4f3a6b0bfdc346b4563c6c8fc0e1b5b11 (diff) |
-rw-r--r-- | configure.ac | 2 |
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 |