8
0
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:
mkubecek 2014-11-14 08:37:46 +00:00
parent 51b74d5fb5
commit 8eab3ce0cf

View File

@ -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