mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 02:56:21 +00:00
Do not perform AC_FUNC_MALLOC on OSX
This commit is contained in:
@@ -211,7 +211,7 @@ AC_SUBST(AM_CFLAGS)
|
|||||||
AC_SUBST(AM_CPPFLAGS)
|
AC_SUBST(AM_CPPFLAGS)
|
||||||
|
|
||||||
### Checks for library functions.
|
### Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC])
|
||||||
AC_CHECK_FUNCS([atexit memset strdup strstr])
|
AC_CHECK_FUNCS([atexit memset strdup strstr])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
Reference in New Issue
Block a user