mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
build: remove AC_FUNC_MALLOC
What is the rationale to have AC_FUNC_MALLOC? It does not actually abort the configure run if an "unsuitable" malloc was found, and instead just replaces malloc by rpl_malloc, for which systemd however has no definition, either. Remove the call.
This commit is contained in:
parent
7bcff8daba
commit
e71fadd4dc
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user