summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
committerYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
commit1509409fe11db68a6d40e08b5c122ff2ce51a53e (patch)
tree9a2eaef30d558fc33007df1f85b2bc7574d9620c /configure.ac
parentdf96c987c6ea4ac121bdacc78b52a6f0f6555d39 (diff)
downloadc-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.tar.gz
c-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.tar.bz2
c-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.zip
Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 67dc007..aca5e94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -430,6 +430,7 @@ dnl Checks for header files.
AC_HEADER_STDC
CURL_CHECK_HEADER_MALLOC
+CURL_CHECK_HEADER_MEMORY
dnl check for a few basic system headers we need
AC_CHECK_HEADERS(