]> source.dussan.org Git - tigervnc.git/commitdiff
Don't test for GNU malloc as we don't need it (or even check the result
authorPierre Ossman <ossman@cendio.se>
Fri, 6 Mar 2009 15:00:56 +0000 (15:00 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 6 Mar 2009 15:00:56 +0000 (15:00 +0000)
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

index b8ada44c414ae02a59910ad293c773b4548090db..bc8a4621f3843365327296d37c243dbdbb2abbbb 100644 (file)
@@ -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])])