mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
look for sem_open also in libpthread
This commit is contained in:
parent
18b06702a7
commit
65e11146e4
@ -873,7 +873,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[#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