You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/json-c-1-patch-remove-rpl.p...

16 lines
590 B

This file is part of MXE. See LICENSE.md for licensing information.
see http://lists.fedoraproject.org/pipermail/mingw/2009-May/001567.html
--- a/configure.ac 2014-04-11 03:47:07.000000000 +0200
+++ b/configure.ac 2014-10-12 19:44:52.809838565 +0200
@@ -40,8 +40,6 @@
# Checks for library functions.
AC_FUNC_VPRINTF
AC_FUNC_MEMCMP
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale)
AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]])