chiark / gitweb /
build-sys: add check for gperf lookup function signature (#5055)
authorMike Gilbert <floppymaster@gmail.com>
Tue, 10 Jan 2017 07:39:05 +0000 (02:39 -0500)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:35 +0000 (17:58 +0200)
gperf-3.1 generates lookup functions that take a size_t length
parameter instead of unsigned int. Test for this at configure time.

Fixes: https://github.com/elogind/elogind/issues/5039

No differences found