Merged with tip.
[cacao.git] / src / vm / vm.c
index 30134fcb11eb31a270201d08b74e8a4c1253b56b..ea79bcc71946caef7fadd6fa1f59dd49e9eb0432 100644 (file)
@@ -635,7 +635,7 @@ static void vm_printconfig(void)
        printf("  initial heap size              : %d\n", HEAP_STARTSIZE);
        printf("  stack size                     : %d\n", STACK_SIZE);
 
-#if defined(WITH_JRE_LAYOUT)
+#if defined(ENABLE_JRE_LAYOUT)
        /* When we're building with JRE-layout, the default paths are the
           same as the runtime paths. */
 #else