Fix to compile for C libraries with no flockfile
Also use MS variant of flockfile, if available (requires MSVCRT compatible with MSVCR90 or newer).
This commit is contained in:
		| @ -413,7 +413,7 @@ AC_SUBST(DISABLE_ON_QUARTZ) | ||||
| AC_CHECK_LIB([rt], [shm_open], [SHM_LIBS="-lrt"], [SHM_LIBS=""]) | ||||
| AC_SUBST(SHM_LIBS) | ||||
|  | ||||
| AC_CHECK_FUNCS(posix_fallocate) | ||||
| AC_CHECK_FUNCS(posix_fallocate flockfile _lock_file) | ||||
|  | ||||
| if test "x$enable_broadway_backend" = xyes; then | ||||
|   GDK_BACKENDS="$GDK_BACKENDS broadway" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Руслан Ижбулатов
					Руслан Ижбулатов