From aa805796841c39dc8687c30e46d8963ba612d8ee Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 14 Oct 2014 19:31:49 +0100 Subject: [PATCH] recover the signals, like sigfpe. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0458fd12d..9e08ddcd6 100755 --- a/configure +++ b/configure @@ -9290,7 +9290,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext int main () { -printf("SIGINFO value is %d\n", SA_SIGINFO); +printf("SIGINFO value is %d\n", SIGINFO); ; return 0; @@ -9327,7 +9327,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext int main () { -printf("SIGFPE value is %d\n", SA_SIGFPE); +printf("SIGFPE value is %d\n", SIGFPE); ; return 0;