From ac4ce06a21ddb9034855b3839176c83f0b9783f0 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 11 Nov 2005 10:12:49 +0000 Subject: Allow disabling signal support in configure. --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index dd2fa1b1b..d88e59dbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,6 +46,9 @@ ifneq ("$(LDFLAGS)","") GHCFLAGS += -optl'$(LDFLAGS)' endif +ifeq ("$(INTERRUPT)","yes") + GHCFLAGS += -DUSE_INTERRUPT +endif ifeq ("$(ENABLE_JAVA)", "yes") BUILD_JAR=jar -- cgit v1.2.3