]> granicus.if.org Git - mutt/commit
Add autoconf search for clock_gettime.
authorKevin McCarthy <kevin@8t8.us>
Mon, 24 Jul 2017 18:19:05 +0000 (11:19 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 24 Jul 2017 18:19:05 +0000 (11:19 -0700)
commit2e03c998518387d46c645192e7809a0e8a58508c
tree6e9c77626e8f322c2d7d051518584281d60dcf03
parent30639b18af83bdf9e7f838ab0ebff90f64f6d2b8
Add autoconf search for clock_gettime.

It appears to be specified in POSIX.1-2001, so just abort if it's not found.

Add a missing time.h include in mutt_socket.c
configure.ac
mutt_socket.c