diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:40:52 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:40:52 +0100 |
commit | f20681e0c628fa1d5f222e69615e9d48529b61ec (patch) | |
tree | f0e6ba2f0771fe56b200ba46362256d460b0ebc3 /configure.ac | |
parent | 8685d23225f536920b0d4b007c148946e3289beb (diff) |
configure.ac: remove unused checks for malloc/realloc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8701ad9..a0503a4 100644 --- a/configure.ac +++ b/configure.ac @@ -140,8 +140,6 @@ AC_CHECK_HEADERS([sys/ioctl.h alloca.h memory.h malloc.h sysexits.h \ dnl Checks for libary functions AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_CHECK_FUNCS([strlcpy strlcat setgroups]) |