8
0
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:
mkubecek 2014-11-14 07:57:17 +00:00
parent 18b06702a7
commit 65e11146e4

View File

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