diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-06 15:00:56 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-06 15:00:56 +0000 |
commit | 73ea721687e71d08d0171294140c7d211be64e77 (patch) | |
tree | 553a36448c6f011bd1d380d2c5b3d860f6ecaba7 | |
parent | 67b2b2fa7f17a578a7c36561c3dce92fd91c6174 (diff) | |
download | tigervnc-73ea721687e71d08d0171294140c7d211be64e77.tar.gz tigervnc-73ea721687e71d08d0171294140c7d211be64e77.zip |
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
-rw-r--r-- | common/jpeg/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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])]) |