Allow disabling signal support in configure.

This commit is contained in:
bringert
2005-11-11 10:12:49 +00:00
parent 09a705d192
commit a51f7dad56
6 changed files with 123 additions and 35 deletions

View File

@@ -46,6 +46,9 @@ ifneq ("$(LDFLAGS)","")
GHCFLAGS += -optl'$(LDFLAGS)'
endif
ifeq ("$(INTERRUPT)","yes")
GHCFLAGS += -DUSE_INTERRUPT
endif
ifeq ("$(ENABLE_JAVA)", "yes")
BUILD_JAR=jar