X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=5c1f398ad3a070429ef29411622d5eeee9695455;hb=526a7c85d11dc049ec8f255b948328bf9ba58529;hp=2fccc648ffcbdbecd972aeafd0c66bd3771c3bbf;hpb=d709419e9dd939f11def1aee1d87d9002df062df;p=cascardo%2Fovs.git diff --git a/configure.ac b/configure.ac index 2fccc648f..5c1f398ad 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -AC_PREREQ(2.64) -AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org) +AC_PREREQ(2.63) +AC_INIT(openvswitch, 2.3.1, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -90,6 +90,8 @@ OVS_CHECK_ATOMIC_ALWAYS_LOCK_FREE(4) OVS_CHECK_ATOMIC_ALWAYS_LOCK_FREE(8) OVS_CHECK_POSIX_AIO OVS_CHECK_PTHREAD_SET_NAME +OVS_CHECK_LINUX_HOST +AX_FUNC_POSIX_MEMALIGN OVS_CHECK_INCLUDE_NEXT([stdio.h string.h]) AC_CONFIG_FILES([lib/stdio.h lib/string.h]) @@ -119,6 +121,7 @@ OVS_ENABLE_SPARSE AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH) OVS_CHECK_LINUX +OVS_CHECK_DPDK AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(datapath/Makefile) @@ -132,11 +135,6 @@ AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp]) AC_CONFIG_COMMANDS([utilities/bugtool/dummy], [:]) -AM_CONDITIONAL([LINUX_DATAPATH], [test "$HAVE_NETLINK" = yes && test "$ESX" = no]) -if test "$HAVE_NETLINK" = yes && test "$ESX" = no; then - AC_DEFINE([LINUX_DATAPATH], [1], [System uses the linux datapath module.]) -fi - m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_OUTPUT