diff options
| author | bringert <unknown> | 2005-11-11 10:12:49 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-11-11 10:12:49 +0000 |
| commit | ac4ce06a21ddb9034855b3839176c83f0b9783f0 (patch) | |
| tree | 906d2cea7f9a9e4e9a1203822d87ef6c0eac7517 /src/Makefile | |
| parent | 136728e336d66349723f882fcd87a2eb8d42903c (diff) | |
Allow disabling signal support in configure.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
