summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 6a859741d..ecca7fc75 100755
--- a/configure
+++ b/configure
@@ -414,11 +414,6 @@ fi
if sh ./hasgot sigaction sigprocmask; then
echo "POSIX signal handling found."
- case $host in
- *-*-rhapsody*) echo "But it doesn't work properly."
- echo "#define BSD_SIGNALS" >> s.h;;
- *) echo "#define POSIX_SIGNALS" >> s.h;;
- esac
else
if sh ./runtest signals.c; then
echo "Signals have the BSD semantics."