mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Make Ubuntu 12.04 build work.
This commit is contained in:
parent
3377e0e746
commit
c0ef749efe
@ -830,7 +830,7 @@ AC_CHECK_FUNCS(pthread_mutex_consistent_np)
|
||||
|
||||
dnl Semaphores
|
||||
if test "$ac_cv_header_semaphore_h" = "yes"; then
|
||||
AC_SEARCH_LIBS(sem_init, rt)
|
||||
AC_SEARCH_LIBS(sem_init, rt pthread)
|
||||
AC_CHECK_FUNCS(sem_timedwait)
|
||||
AC_CHECK_FUNCS(sem_init)
|
||||
if test "$ac_cv_func_sem_init" = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user