diff --git a/configure.in b/configure.in index f65459a0..2658e548 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(asm/ptrace_offsets.h endian.h sys/endian.h execinfo.h \ ia64intrin.h sys/uc_access.h unistd.h signal.h sys/types.h \ - sys/procfs.h malloc.h) + sys/procfs.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST diff --git a/tests/Gtest-dyn1.c b/tests/Gtest-dyn1.c index 58ec8286..de9854dd 100644 --- a/tests/Gtest-dyn1.c +++ b/tests/Gtest-dyn1.c @@ -25,14 +25,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* This file tests dynamic code-generation via function-cloning. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include -#ifdef HAVE_MALLOC_H #include -#endif #include #include #include