configure: Add sys/timex.h to probe clock_adjtime
commitcd5d20efa919fdeb06f4f2ce32e614db07d4ca39
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Mon, 18 Jan 2021 06:38:00 +0000 (18 14:38 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Jan 2021 09:42:03 +0000 (20 10:42 +0100)
tree14961e646fd917f9c82e27f01bcc0828a1295ec1
parentc0cb758eec848dcbc779bf75a26b49727218e380
configure: Add sys/timex.h to probe clock_adjtime

It is not a part of standard time.h. Glibc put it under
time.h however musl treat it as a sys timex extension.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210118063808.12471-2-jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure