mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed posix build
This commit is contained in:
parent
44a7b9b83d
commit
4c1547b379
@ -579,7 +579,7 @@ AC_CHECK_FUNCS(pthread_keycreate pthread_key_create)
|
||||
AC_CHECK_FUNCS(llrint)
|
||||
AC_CHECK_FUNCS(localtime_r)
|
||||
AC_CHECK_FUNCS(gmtime_r)
|
||||
if test "$ac_cv_header_semaphore.h" = "yes"; then
|
||||
if test "$ac_cv_header_semaphore_h" = "yes"; then
|
||||
savedFlags="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||
AC_CHECK_FUNCS(sem_timedwait)
|
||||
|
Loading…
Reference in New Issue
Block a user