X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=bd491796c40d789143dba03603575abbd242e0a8;hb=d30e714ccb9d13caf39d14d5b2fc9523b678ed51;hp=eabbd0b81598f0aab0c79ba5991a9f4974c43a89;hpb=4191f4350b22ba5a603970bb203be1bd5504d230;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index eabbd0b81..bd491796c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. +# Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.10.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.10.90, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -44,7 +44,6 @@ AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) AC_SEARCH_LIBS([clock_gettime], [rt]) AC_SEARCH_LIBS([timer_create], [rt]) -AC_SEARCH_LIBS([pcap_open_live], [pcap]) OVS_CHECK_ESX OVS_CHECK_COVERAGE