X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=3f0ec004fccd6fdcc5820bd370878228f2971886;hb=9f7dc57027046a350b57f99059f18819c2cf2ae2;hp=360488d99bcde11039522b5557db8e940c753bcb;hpb=6a7b2fdc70ab6785006b11f2e8f7eb7fd4956a9f;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 360488d..3f0ec00 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