Cleanup: Android: Do not redefine gettid
[urcu.git] / configure.ac
index b25685c0f0fd869dd4174c5bd8dfd83b8c3c629c..38e39e1115a0c71983d4f57c529ae8eec1325583 100644 (file)
@@ -56,7 +56,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf])
+AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid])
 
 # Find arch type
 AS_CASE([$host_cpu],
This page took 0.022547 seconds and 4 git commands to generate.