mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Put AC_MSG_RESULT() call in the right place.
Thinko in ecb0d20a9
--- this needs to go one level further out in
the "if" nest. As it stood, nothing got printed in the case of
selecting named POSIX semaphores. Cosmetic issue only, but a bug.
This commit is contained in:
@ -1955,8 +1955,8 @@ if test "$PORTNAME" != "win32"; then
|
||||
SEMA_IMPLEMENTATION="src/backend/port/sysv_sema.c"
|
||||
sematype="System V"
|
||||
fi
|
||||
AC_MSG_RESULT([$sematype])
|
||||
fi
|
||||
AC_MSG_RESULT([$sematype])
|
||||
else
|
||||
AC_DEFINE(USE_WIN32_SEMAPHORES, 1, [Define to select Win32-style semaphores.])
|
||||
SEMA_IMPLEMENTATION="src/backend/port/win32_sema.c"
|
||||
|
Reference in New Issue
Block a user