* configure.ac check for malloc.h header file (Mac OS X needs this)
authorMichael Hampton <io_error@uncensored.citadel.org>
Tue, 15 Oct 2002 06:44:55 +0000 (06:44 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Tue, 15 Oct 2002 06:44:55 +0000 (06:44 +0000)
citadel/ChangeLog
citadel/configure.ac

index 6351930e5ab6db587feefec406b983adbbdc628a..e0f0483b123c972e88cd05e9e1aa1926376d85dc 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.26  2002/10/15 06:44:55  error
+ * configure.ac check for malloc.h header file (Mac OS X needs this)
+
  Revision 601.25  2002/10/15 03:56:33  ajc
  * Run without crashing on Berkeley DB 4.1  :)
 
@@ -4070,4 +4073,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 732c348b5b6c26fea15d6e9caf61dfda18517bd1..79e5cb3fc4050d2be834c85b27024f206487e8b2 100644 (file)
@@ -409,7 +409,7 @@ dnl
 dnl TODO: for the DB header checks, we should check whether the headers
 dnl define db_env_create, somehow
 dnl
-AC_CHECK_HEADERS(curses.h dl.h fcntl.h limits.h termios.h sys/ioctl.h sys/select.h sys/time.h syslog.h unistd.h utmp.h utmpx.h paths.h db.h db3/db.h db4/db.h pthread.h netinet/in.h)
+AC_CHECK_HEADERS(curses.h dl.h fcntl.h limits.h malloc.h termios.h sys/ioctl.h sys/select.h sys/time.h syslog.h unistd.h utmp.h utmpx.h paths.h db.h db3/db.h db4/db.h pthread.h netinet/in.h)
 
 dnl
 dnl need to check if this is actually compilable, sometimes there are