summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteven Tamm <steventamm@mac.com>2004-10-08 18:36:47 +0000
committerSteven Tamm <steventamm@mac.com>2004-10-08 18:36:47 +0000
commitcef11da29920a67e534b01241c47ee379926210e (patch)
tree5ae072629c4d1829a3fa703e4f219032fe93be38 /configure.in
parent657f0f9c4e2b7089fcae999a22ac29beeea5914b (diff)
configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
configure: Rebuild
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4e534a5348..519f826f27 100644
--- a/configure.in
+++ b/configure.in
@@ -2313,6 +2313,9 @@ if test "${with_carbon}" != "no"; then
AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
fi
+dnl Check for malloc/malloc.h on darwin
+AC_CHECK_HEADER(malloc/malloc.h, AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1 if you have the <malloc/malloc.h> header file.]))
+
if test "${HAVE_CARBON}" = "yes"; then
AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
window_system=mac