Unverified Commit b82a7578 by Marcos Paulo de Souza Committed by Christian Brauner

Use AX_PTHREAD config script to detect pthread api

parent 0036e5f1
......@@ -661,7 +661,7 @@ AC_CHECK_FUNCS([fgetln],
AM_CONDITIONAL(HAVE_FGETLN, false))
# Check for some libraries
AC_SEARCH_LIBS(sem_open, [rt pthread])
AX_PTHREAD
AC_SEARCH_LIBS(clock_gettime, [rt])
# Check for some standard binaries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment