8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00
This commit is contained in:
robocop 2007-12-08 07:04:20 +00:00
parent f870028640
commit 352e0dd175

View File

@ -534,7 +534,7 @@ AC_TRY_RUN([#include <semaphore.h>
exit(sem_init(&s,0,0));
}
],
[AC_DEFINE(WORKING_SEM_INIT,1,[Define this is sem_init() works on the platform])
[AC_DEFINE(WORKING_SEM_INIT,1,[Define this if sem_init() works on the platform])
AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)])
fi