X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=fe3f9c78732134c3178f3de6964077455a2b1686;hb=add037c6b692db9c66dd0c16dff2d4b1b46c7499;hp=79fb46ea90a0b95a440cc7f0cf52ae7c4986b3f4;hpb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 79fb46ea9..fe3f9c787 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.10.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.11.90, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -44,6 +44,7 @@ AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) AC_SEARCH_LIBS([clock_gettime], [rt]) AC_SEARCH_LIBS([timer_create], [rt]) +AC_SEARCH_LIBS([pthread_sigmask], [pthread]) OVS_CHECK_ESX OVS_CHECK_COVERAGE @@ -60,8 +61,8 @@ OVS_CHECK_IF_DL OVS_CHECK_STRTOK_R AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], [], [], [[#include ]]) -AC_CHECK_FUNCS([mlockall strnlen strsignal getloadavg statvfs setmntent]) -AC_CHECK_HEADERS([mntent.h sys/statvfs.h linux/types.h linux/if_ether.h execinfo.h]) +AC_CHECK_FUNCS([mlockall strnlen strsignal getloadavg statvfs getmntent_r]) +AC_CHECK_HEADERS([mntent.h sys/statvfs.h linux/types.h linux/if_ether.h]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR