jbig2dec

Ralph Giles <[email protected]> Tue, 04 Mar 2003 08:15:39 -0800
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Update of /cvsroot/jbig2dec/jbig2dec
In directory sc8-pr-cvs1:/tmp/cvs-serv10684

Modified Files:
	configure.ac 
Log Message:
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.


Index: configure.ac
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- configure.ac	15 Aug 2002 11:55:34 -0000	1.17
+++ configure.ac	4 Mar 2003 16:15:36 -0000	1.18
@@ -116,7 +116,6 @@
 AC_C_BIGENDIAN
 
 # Checks for library functions.
-AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
 AC_CHECK_FUNCS([memset strdup])