mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
configure: stop using AC_FUNC_MALLOC/REALLOC (#52)
These are apparently mostly useless and worse, break cross-compilation. See: https://sourceforge.net/p/mingw-w64/mailman/message/36424004/ Really resolves #50
This commit is contained in:
parent
81c920c96c
commit
452970d0b2
@ -54,8 +54,6 @@ AC_CHECK_TYPES([ptrdiff_t])
|
||||
# Checks for library functions.
|
||||
AC_FUNC_ALLOCA
|
||||
AC_FUNC_ERROR_AT_LINE
|
||||
AC_FUNC_MALLOC
|
||||
AC_FUNC_REALLOC
|
||||
AC_CHECK_FUNCS([atexit memmove memset mkdir pow putenv strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol])
|
||||
|
||||
AC_ARG_ENABLE([dogs], AS_HELP_STRING([--disable-dogs], [Disable support for helper dogs]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user