From: Andre Noll Date: Wed, 19 Jul 2006 15:39:21 +0000 (+0200) Subject: configure.ac: do not check for malloc.h X-Git-Tag: v0.2.14~57^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7c3bec32f4a34753a40e2c22086ce2353e8a7b9c;ds=sidebyside configure.ac: do not check for malloc.h The malloc function prototypes are contained in stdlib.h on MAC OS. --- diff --git a/configure.ac b/configure.ac index edb0637a..3e6e91a5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([arpa/inet.h ctype.h fcntl.h limits.h netdb.h netinet/in.h stdlib.h \ - string.h sys/socket.h sys/time.h sys/timeb.h sys/un.h sys/ipc.h unistd.h utime.h malloc.h], \ + string.h sys/socket.h sys/time.h sys/timeb.h sys/un.h sys/ipc.h unistd.h utime.h], \ [], [AC_MSG_ERROR([$ac_header not found])]) AC_CHECK_HEADER(linux/soundcard.h, [extras="$extras para_fade"],