1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Removed AC_FUNC_MALLOC

This commit is contained in:
James Booth 2014-08-09 21:04:36 +01:00
parent 04127393b2
commit edac38784d

View File

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