]> granicus.if.org Git - check/commit
configure.ac: also use pthread.h for time struct checks
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 21 Oct 2013 03:26:27 +0000 (03:26 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 21 Oct 2013 03:26:27 +0000 (03:26 +0000)
commit630aebe1369d056df8f3d72771a88534d713900b
treef887f2cd7691aaf59aa37124d90c11d3623fd609
parent339d4aa00d648e0c5bd7f4271d5883025f6a524e
configure.ac: also use pthread.h for time struct checks

In MinGW and MinGW-w64, the timespec and itimerspec structs
are defined in pthread.h instead of time.h. To properly
check for this, we now also will include pthread.h if it is
available on the system.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@845 64e312b2-a51f-0410-8e61-82d0ca0eb02a
configure.ac