]> git.ipfire.org Git - thirdparty/chrony.git/commit
configure: drop detection of stdint.h and inttypes.h
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 3 Aug 2018 08:03:07 +0000 (10:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 3 Aug 2018 15:21:02 +0000 (17:21 +0200)
commite7ca560c3d93cee24b716e83b6fcf77958a2dde9
tree266cb649f0fa80f292e0a5f41ab36caa23750abc
parentd9f86f6f708c7f5ae28ce466e3bd3db0b63bcd44
configure: drop detection of stdint.h and inttypes.h

The current code uses macros from inttypes.h. There is no point in
detecting and selecting between stdint.h and inttypes.h as the latter is
always needed.
configure
sysincl.h