diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-07-14 13:28:08 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-07-14 13:28:08 +0000 |
commit | 491544aed513c3b542f6dc2e63b8c66a34dc5bef (patch) | |
tree | 17ef568b325180208177cc81d70deabc5e8d7738 /aclocal.m4 | |
parent | 6a7b2fdc70ab6785006b11f2e8f7eb7fd4956a9f (diff) | |
download | haskell-491544aed513c3b542f6dc2e63b8c66a34dc5bef.tar.gz |
remove what looks like a cut-and-pasto
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 360488d99b..3f0ec004fc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,15 +1,3 @@ - struct sigevent ev; - timer_t timer; - ev.sigev_notify = SIGEV_SIGNAL; - ev.sigev_signo = SIGVTALRM; - if (timer_create(CLOCK_PROCESS_CPUTIME_ID, &ev, &timer) != 0) { - exit(1); - } -#else - exit(1) -#endif - exit(0); -} # Extra autoconf macros for the Glasgow fptools # # To be a good autoconf citizen, names of local macros have prefixed with FP_ to |