summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m412
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