From: Ben Pfaff Date: Thu, 5 Sep 2013 16:36:43 +0000 (-0700) Subject: configure: Remove call to OVS_CHECK_CACHE_TIME that does not exist. X-Git-Tag: sliver-openvswitch-2.0.90-1~16^2~19 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=57b9b4505c9bf3642c861a897eab358cde41373c;p=sliver-openvswitch.git 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 --- diff --git a/configure.ac b/configure.ac index 44f88aefe..d6596f914 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,6 @@ OVS_CHECK_LINKER_SECTIONS OVS_CHECK_XENSERVER_VERSION OVS_CHECK_GROFF OVS_CHECK_GNU_MAKE -OVS_CHECK_CACHE_TIME OVS_CHECK_TLS OVS_CHECK_GCC4_ATOMICS OVS_CHECK_ATOMIC_ALWAYS_LOCK_FREE(1)