From: Oliver Kurth Date: Wed, 30 Oct 2019 18:18:23 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f4044ae0bb0bf005b13657d10cffc33c341037;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/includeCheck.h b/open-vm-tools/lib/include/includeCheck.h index 4dc5537f5..929b14062 100644 --- a/open-vm-tools/lib/include/includeCheck.h +++ b/open-vm-tools/lib/include/includeCheck.h @@ -81,10 +81,9 @@ #if defined VMCORE && \ - !(defined VMX86_VMX || defined VMM || \ + !(defined VMX86_VMX || defined VMM || defined ULM || \ defined MONITOR_APP || defined VMMON) -#error "Makefile problem: VMCORE without VMX86_VMX or \ - VMM or MONITOR_APP or MODULE." +#error "VMCORE without VMX86_VMX, VMM, ULM, MONITOR_APP, or VMMON." #endif #if defined VMCORE && !defined INCLUDE_ALLOW_VMCORE