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>
Sat, 19 Mar 2016 21:13:14 +0000 (21:13 +0000)
commit709e1a33c308bd924f66903f3775e8136ede7a7e
tree821b72d41fddaab5d292d72ddb8cac0781780ae8
parentf4c674cf4a4c7487121977179e1ce623b8231ca6
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