diff configure.in @ 57396:f95883a41a23

configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h configure: Rebuild
author Steven Tamm <steventamm@mac.com>
date Fri, 08 Oct 2004 18:36:47 +0000
parents 333180b73b52
children a17f324d7b7f ff0e824afa37
line wrap: on
line diff
--- a/configure.in	Fri Oct 08 18:15:14 2004 +0000
+++ b/configure.in	Fri Oct 08 18:36:47 2004 +0000
@@ -2313,6 +2313,9 @@
   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