3 dnl Copyright (C) 2008-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7 dnl This file is offered as-is, without any warranty.
11 AC_REQUIRE([gl_THREADLIB])
13 if test $gl_threads_api = posix; then
15 LIBS="$LIBS $LIBMULTITHREAD"
16 gl_CHECK_FUNCS_ANDROID([pthread_atfork], [[#include <pthread.h>]])