From: Pierre Ossman Date: Fri, 6 Mar 2009 15:00:56 +0000 (+0000) Subject: Don't test for GNU malloc as we don't need it (or even check the result X-Git-Tag: v0.0.90~150 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73ea721687e71d08d0171294140c7d211be64e77;p=tigervnc.git 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 --- 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])])