summaryrefslogtreecommitdiff
path: root/m4/openvswitch.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/openvswitch.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(