summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-09-05 09:36:43 -0700
committerBen Pfaff <blp@nicira.com>2013-09-05 09:38:28 -0700
commit57b9b4505c9bf3642c861a897eab358cde41373c (patch)
tree088fe99eb56fff517d38a6015f71bd918749888e /configure.ac
parent31ef9f5178dee18a40ce609aad406e925411eb06 (diff)
downloadopenvswitch-57b9b4505c9bf3642c861a897eab358cde41373c.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)