From 73ea721687e71d08d0171294140c7d211be64e77 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://svn.code.sf.net/p/tigervnc/code/trunk@3637 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac index b8ada44c..bc8a4621 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/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])]) -- 2.39.5