---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 0a402430..22233991 100644
--- a/configure.in
+++ b/configure.in
@@ -352,7 +352,7 @@ AC_TRY_RUN([#include <semaphore.h>
int main(void) {
sem_t s;
int val;
- /* DARWNIN doesn't implement native sem_init */
+ /* macOS doesn't implement native sem_init */
if (sem_init(&s, 0, 1) != 0)
return 1;
sem_wait(&s);
--
2.43.0- [PATCH 00/10] Build system fixes and improvements Guillem Jover
- [PATCH 02/10] build: Move dbpool database implementatio... Guillem Jover
- [PATCH 01/10] build: Fix dependency for YACC file Guillem Jover
- [PATCH 03/10] Include "gw-config.h" as the fi... Guillem Jover
- [PATCH 04/10] build: Fix AC_SYS_LARGEFILE usage Guillem Jover
- [PATCH 05/10] build: Use AC_USE_SYSTEM_EXTENSIONS inste... Guillem Jover
- [PATCH 06/10] build: Use macOS instead of a typo for it... Guillem Jover
- [PATCH 07/10] build: Do not use single quotes in config... Guillem Jover
- [PATCH 08/10] build: Add missing includes in configure ... Guillem Jover
- [PATCH 09/10] build: Fix test suite execution Guillem Jover
- [PATCH 10/10] test: Print the errors from the test suit... Guillem Jover
