1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Revert "Do not perform AC_FUNC_MALLOC on OSX"

This reverts commit e7b6d068a0ba1d0e8ee0ab40bad8496c7af7f300.
This commit is contained in:
James Booth 2014-03-06 21:37:47 +00:00
parent bc8a871ad9
commit db39450734

View File

@ -211,7 +211,7 @@ AC_SUBST(AM_CFLAGS)
AC_SUBST(AM_CPPFLAGS)
### Checks for library functions.
AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC])
AC_FUNC_MALLOC
AC_CHECK_FUNCS([atexit memset strdup strstr])
AC_CONFIG_FILES([Makefile])