8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
This commit is contained in:
robocop 2007-12-08 07:46:23 +00:00
parent e9172e443b
commit 5aeb5aa99c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Title Firebird Database
Version 2.0.3
Description Firebird 2.0.3
Version 2.1.0
Description Firebird 2.1.0
DefaultLocation /tmp/install
DeleteWarning

View File

@ -592,7 +592,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