X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=a2fcfbabb7a179affa0ad861ef7de41a0acacb4d;hb=43d366785410bc7803e4b00ba59f99b7ca8185cc;hp=3b87e7e0c0829a94855b24f34218412263fa028d;hpb=b6a9a95b546e06ace34a9c878d34e1c720ed57e5;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 3b87e7e0c..a2fcfbabb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks +# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.3.90, ovs-bugs@openvswitch.org) -NX_BUILDNR +AC_INIT(openvswitch, 1.6.90, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -41,6 +40,7 @@ AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) AC_SEARCH_LIBS([clock_gettime], [rt]) +AC_SEARCH_LIBS([timer_create], [rt]) OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG @@ -67,6 +67,7 @@ OVS_CHECK_SOCKET_LIBS OVS_CHECK_LINKER_SECTIONS OVS_CHECK_XENSERVER_VERSION OVS_CHECK_GROFF +OVS_CHECK_BRCOMPAT OVS_ENABLE_OPTION([-Wall]) OVS_ENABLE_OPTION([-Wno-sign-compare])