From: Michael Hampton Date: Tue, 15 Oct 2002 06:44:55 +0000 (+0000) Subject: * configure.ac check for malloc.h header file (Mac OS X needs this) X-Git-Tag: v7.86~6181 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=99c63130190da636b9c5846a80be4766a1cf29a5;p=citadel.git * configure.ac check for malloc.h header file (Mac OS X needs this) --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 6351930e5..e0f0483b1 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -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 Fri Jul 10 1998 Art Cancro * Initial CVS import - diff --git a/citadel/configure.ac b/citadel/configure.ac index 732c348b5..79e5cb3fc 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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