mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Misc.
This commit is contained in:
parent
e9172e443b
commit
5aeb5aa99c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user