summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlastair Hughes <hobbitalastair@gmail.com>2016-08-31 03:13:37 +0200
committerAllan McRae <allan@archlinux.org>2016-08-31 05:05:25 +0200
commit1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a (patch)
treeca3db255815a8a9daae3eb7f1f35faabb5005303 /configure.ac
parente28c5803bba8242ae98979700c5a034d3790255e (diff)
downloadpacman-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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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 \