mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
look for sem_open also in libpthread
This commit is contained in:
parent
51b74d5fb5
commit
8eab3ce0cf
@ -869,7 +869,7 @@ AC_TRY_RUN([#include <semaphore.h>
|
||||
[AC_DEFINE(WORKING_SEM_INIT,1,[Define this if sem_init() works on the platform])
|
||||
AC_MSG_RESULT(yes)],
|
||||
[AC_MSG_RESULT(no)
|
||||
AC_SEARCH_LIBS(sem_open, rt)])
|
||||
AC_SEARCH_LIBS(sem_open, rt pthread)])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user