Index: /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 35164)
+++ /trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c	(revision 35165)
@@ -60,6 +60,7 @@
 #endif
 #if    defined(CONFIG_X86_PAE) \
-    && (   HAVE_26_STYLE_REMAP_PAGE_RANGE \
-        || (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE <  KERNEL_VERSION(2, 6, 11)))
+    && (   defined(HAVE_26_STYLE_REMAP_PAGE_RANGE) \
+        || (   LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) \
+            && LINUX_VERSION_CODE <  KERNEL_VERSION(2, 6, 11)))
 # define VBOX_USE_PAE_HACK
 #endif
