diff options
author | Alastair Hughes <hobbitalastair@gmail.com> | 2016-08-31 03:13:37 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-08-31 05:05:25 +0200 |
commit | 1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a (patch) | |
tree | ca3db255815a8a9daae3eb7f1f35faabb5005303 | |
parent | e28c5803bba8242ae98979700c5a034d3790255e (diff) | |
download | pacman-1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a.tar.gz pacman-1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a.tar.xz |
Remove AC_FUNC_MALLOC check.
We weren't supplying the rpl_malloc function needed if this failed, and
didn't check for realloc, so just remove.
Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4a1c9f8..c9515f2c 100644 --- a/configure.ac +++ b/configure.ac @@ -308,7 +308,6 @@ PATH_MAX_DEFINED AC_FUNC_FORK AC_FUNC_GETMNTENT AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK -AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_STRCOLL AC_CHECK_FUNCS([dup2 getcwd getmntinfo gettimeofday memmove memset \ |