8
0
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:
asfernandes 2012-04-29 18:39:00 +00:00
parent 3377e0e746
commit c0ef749efe

View File

@ -830,7 +830,7 @@ AC_CHECK_FUNCS(pthread_mutex_consistent_np)
dnl Semaphores dnl Semaphores
if test "$ac_cv_header_semaphore_h" = "yes"; then 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_timedwait)
AC_CHECK_FUNCS(sem_init) AC_CHECK_FUNCS(sem_init)
if test "$ac_cv_func_sem_init" = "yes"; then if test "$ac_cv_func_sem_init" = "yes"; then