aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_pthread.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_pthread.m4')
-rw-r--r--platform/linux-generic/m4/odp_pthread.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/linux-generic/m4/odp_pthread.m4 b/platform/linux-generic/m4/odp_pthread.m4
deleted file mode 100644
index 486158942..000000000
--- a/platform/linux-generic/m4/odp_pthread.m4
+++ /dev/null
@@ -1,8 +0,0 @@
-##########################################################################
-# Check for pthreads availability
-##########################################################################
-
-AX_PTHREAD([CC="$PTHREAD_CC"], [
- echo "Error! We require pthreads to be available"
- exit -1
- ])