Fix discovery of gettimeofday() by autoconf.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Mar 2016 20:49:47 +0000 (20:49 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 19:48:45 +0000 (20:48 +0100)
commit47d2d1388575eb97c26f7b5d9cf95e07b2b2a24a
tree40626ca020b2125e5aa49d72cdec4fbe588f2660
parent4ba65da5277a6b12b69e40877adaff03ae644ed1
Fix discovery of gettimeofday() by autoconf.

Without this, gettimeofday() is found but the -DHAVE_GETTIMEOFDAY
flag is not passed to the compiler.  This change may cause other
problems; I am not an autoconf expert.
configure.ac