summaryrefslogtreecommitdiffstats
path: root/m4/thread.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/thread.m4')
-rw-r--r--m4/thread.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/m4/thread.m4 b/m4/thread.m4
deleted file mode 100644
index 4ad533c..0000000
--- a/m4/thread.m4
+++ /dev/null
@@ -1,18 +0,0 @@
-# thread.m4 serial 2
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_THREAD],
-[
- AC_REQUIRE([gl_THREADLIB])
- AC_REQUIRE([AC_C_INLINE])
-
- if test $gl_threads_api = posix; then
- gl_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBMULTITHREAD"
- AC_CHECK_FUNCS([pthread_atfork])
- LIBS="$gl_save_LIBS"
- fi
-])