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 11:20:42 +0000 (12:20 +0100)
commit9e64797255e57a176736c7e16a4d0d445680e58d
tree69059d367a71fc8b9af0bc65b561250b502b986e
parent802179520e2d464f87389e34699510927a4a0ab3
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