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

Use AX_PTHREAD config script to detect pthread api

parent b77578a4
...@@ -677,7 +677,7 @@ AC_CHECK_FUNCS([prlimit64], ...@@ -677,7 +677,7 @@ AC_CHECK_FUNCS([prlimit64],
AM_CONDITIONAL(HAVE_PRLIMIT64, false)) AM_CONDITIONAL(HAVE_PRLIMIT64, false))
# Check for some libraries # Check for some libraries
AC_SEARCH_LIBS(sem_open, [rt pthread]) AX_PTHREAD
AC_SEARCH_LIBS(clock_gettime, [rt]) AC_SEARCH_LIBS(clock_gettime, [rt])
# Check for some standard binaries # 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