summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Hughes <hobbitalastair@gmail.com>2016-08-31 03:13:37 +0200
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-09 05:27:42 +0200
commit31af485d7eeda978dce4c06c9a70fead755a19a7 (patch)
treeaffe4d236e82100acf7db5868b62509b41e4456c
parent4024bf049013cd20ed4efe6462f52a132927e846 (diff)
downloadpacman-31af485d7eeda978dce4c06c9a70fead755a19a7.tar.gz
pacman-31af485d7eeda978dce4c06c9a70fead755a19a7.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> (cherry picked from commit 1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a)
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03e96705..fc3d4f84 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 \