X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=2128c64c78546f2cbb28ccc6c2e0a199e9d5bb76;hb=ce5a3e38dacd8042dd7c4de7be24aca9c2887103;hp=1284a7839d50e13df5c2558c333df033a8a851a9;hpb=436f27dd880bd4e1e1d06ca2744c875b01b9e1c1;p=openvswitch diff --git a/configure.ac b/configure.ac index 1284a783..2128c64c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -39,6 +39,7 @@ AC_C_BIGENDIAN AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) +AC_SEARCH_LIBS([clock_gettime], [rt]) OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG