diff options
author | Daniel Mack <github@zonque.org> | 2015-09-23 17:21:13 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-09-23 17:21:13 +0200 |
commit | f3ae0dd46e873280536a150cd91f65d83b774b2e (patch) | |
tree | 2892a1ac78743c48ff56e26b74152e30cd2e81f4 | |
parent | adf344b0ed1c5934de7fcd4b4a088ecd0829254f (diff) | |
parent | e71fadd4dcf49adcc71c01b055c807cb4ac473f9 (diff) |
Merge pull request #1358 from jengelh/master
build: remove AC_FUNC_MALLOC
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5cdd1d1462..ef03fb082c 100644 --- a/configure.ac +++ b/configure.ac @@ -1261,7 +1261,6 @@ if test "x$enable_myhostname" != "xno"; then AC_TYPE_SIZE_T AC_HEADER_TIME - AC_FUNC_MALLOC AC_FUNC_SELECT_ARGTYPES AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday inet_ntoa memset select socket strcspn strdup strerror strncasecmp strcasecmp strspn]) |