From 82a7fe85efc84a298f2e181ea52c9c1bc6ab69ad Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 26 Jun 2011 17:38:15 -0700 Subject: [PATCH] Define HAVE_CONFIG_H. --- src/microcode/ntutl/makefile.wcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/ntutl/makefile.wcc b/src/microcode/ntutl/makefile.wcc index 4b6bff6e8..6247fdea0 100644 --- a/src/microcode/ntutl/makefile.wcc +++ b/src/microcode/ntutl/makefile.wcc @@ -67,7 +67,7 @@ AS = wasm # For debugging, uncomment next line and comment one following. #UTIL_CFLAGS = /6r /d2 /ei /op /s /w1 /zc /zp4 /zq UTIL_CFLAGS = /6r /d1+ /ei /oe /op /ox /s /w1 /zc /zp4 /zq -CFLAGS = $(UTIL_CFLAGS) /bm /DMIT_SCHEME /DGUI /i=. +CFLAGS = $(UTIL_CFLAGS) /bm /DMIT_SCHEME /DGUI /DHAVE_CONFIG_H /i=. # Linker options. # -- 2.25.1