From b22e883a5f248b92bb2a8dbf3ff536016bcd8d83 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 6 Mar 2009 15:00:56 +0000 Subject: [PATCH] Don't test for GNU malloc as we don't need it (or even check the result of the test). git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@9 632fc199-4ca6-4c93-a231-07263d6284db --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index b8ada44c..bc8a4621 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,6 @@ AC_TRY_LINK( AC_DEFINE([NEED_SHORT_EXTERNAL_NAMES], 1, [Define if you need short function names])]) # Checks for library functions. -AC_FUNC_MALLOC AC_CHECK_FUNCS([memset memcpy], [], [AC_DEFINE([NEED_BSD_STRINGS], 1, [Define if you have BSD-like bzero and bcopy])])