check: Don't check for malloc/realloc and try to fallback
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 12:29:53 +0000 (17:59 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Fri, 9 Dec 2016 12:29:53 +0000 (17:59 +0530)
commite60bd6c6628e8ca7e8f2b464c155fa74527bcac9
tree594d73d6307479882ae72e6de50e4132a43ba114
parent958d791d3ce5aa3b3e4a9d39ef40d387aec2c7ab
check: Don't check for malloc/realloc and try to fallback

When malloc is not available, this will set #define malloc rpl_malloc
which is implemented only inside libcheck, and not everything will link
to libcheck.

We don't really need to care too much about how malloc is implemented
and we don't care about platforms that don't implement malloc.
config.h.meson
libs/gst/check/libcheck/Makefile.am
libs/gst/check/libcheck/README.txt
libs/gst/check/libcheck/libcompat/malloc.c [deleted file]
libs/gst/check/libcheck/libcompat/realloc.c [deleted file]
libs/gst/check/libcheck/meson.build
m4/check-checks.m4