ref: 274ae8d1af9e66b43712a2ca589884cea01e9aee
parent: cb59bb24b925af295e1a387fc72042c143018e0e
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Mar 4 11:15:36 EST 2003
Remove the check for malloc. Since we're assuming C99, it will definitely be there, and recent versions of autoconf expect to be able to substitute a wrapper than handles malloc(0) a feature we don't depend on. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@215 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
-AC_REVISION([$Revision: 1.17 $])
+AC_REVISION([$Revision: 1.18 $])
# Checks for programs.
AC_PROG_CC
@@ -116,7 +116,6 @@
AC_C_BIGENDIAN
# Checks for library functions.
-AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_CHECK_FUNCS([memset strdup])