configure: Remove call to OVS_CHECK_CACHE_TIME that does not exist.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Sep 2013 16:36:43 +0000 (09:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Sep 2013 16:38:28 +0000 (09:38 -0700)
commit57b9b4505c9bf3642c861a897eab358cde41373c
tree088fe99eb56fff517d38a6015f71bd918749888e
parent31ef9f5178dee18a40ce609aad406e925411eb06
configure: Remove call to OVS_CHECK_CACHE_TIME that does not exist.

Commit 31ef9f5178 (timeval: Remove CACHE_TIME scheme.) removed the
OVS_CHECK_CACHE_TIME macro but not the call to it, which leads to an error
message when one runs configure.

Signed-off-by: Ben Pfaff <blp@nicira.com>
configure.ac