aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_pthread.m4
blob: 486158942f18db1eb987755a1a110f9335cc32c8 (plain)
1
2
3
4
5
6
7
8
##########################################################################
# Check for pthreads availability
##########################################################################

AX_PTHREAD([CC="$PTHREAD_CC"], [
    echo "Error! We require pthreads to be available"
    exit -1
    ])