meson: remove incorrect and unneeded check for ptrdiff_t
authorTim-Philipp Müller <tim@centricular.com>
Sat, 24 Sep 2016 17:22:26 +0000 (18:22 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 24 Sep 2016 17:22:26 +0000 (18:22 +0100)
commite04d2f230d8a1e505d192915d43bdbfbc76814de
tree3c0825d00fb3f6bebf3b35f66f2dea5265669b83
parent557e06a6f13076f406890569b1de49419d82c06d
meson: remove incorrect and unneeded check for ptrdiff_t

Need to include stddef.h for it, so this would've worked:
if cc.has_type('ptrdiff_t', prefix: '#include <stddef.h>')
config.h.meson
meson.build