mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Do not perform AC_FUNC_MALLOC on OSX
This commit is contained in:
parent
8ae6f52f10
commit
e7b6d068a0
@ -211,7 +211,7 @@ AC_SUBST(AM_CFLAGS)
|
||||
AC_SUBST(AM_CPPFLAGS)
|
||||
|
||||
### Checks for library functions.
|
||||
AC_FUNC_MALLOC
|
||||
AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC])
|
||||
AC_CHECK_FUNCS([atexit memset strdup strstr])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
Loading…
x
Reference in New Issue
Block a user