summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-05-30 18:05:48 -0700
committerJustin Pettit <jpettit@ovn.org>2019-06-01 10:12:02 -0700
commite6fc4e2ce97e5b430e4bd38150cb54146296d56c (patch)
tree63415782852e2112f9300c684f25283082e5c45a /m4
parent54b4f001ce2d97dccc803ffad953824f9ac33455 (diff)
downloadopenvswitch-e6fc4e2ce97e5b430e4bd38150cb54146296d56c.tar.gz
Remove ESX references.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index b599f17d7..cd6b51d86 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -60,16 +60,6 @@ AC_DEFUN([OVS_CHECK_NDEBUG],
[ndebug=false])
AM_CONDITIONAL([NDEBUG], [test x$ndebug = xtrue])])
-dnl Checks for ESX.
-AC_DEFUN([OVS_CHECK_ESX],
- [AC_CHECK_HEADER([vmware.h],
- [ESX=yes],
- [ESX=no])
- AM_CONDITIONAL([ESX], [test "$ESX" = yes])
- if test "$ESX" = yes; then
- AC_DEFINE([ESX], [1], [Define to 1 if building on ESX.])
- fi])
-
dnl Checks for MSVC x64 compiler.
AC_DEFUN([OVS_CHECK_WIN64],
[AC_CACHE_CHECK(