Skip to content

Commit c648f05

Browse files
committed
Put AC_MSG_RESULT() call in the right place.
Thinko in ecb0d20 --- 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.
1 parent 4212cb7 commit c648f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14989,9 +14989,9 @@ $as_echo "#define USE_SYSV_SEMAPHORES 1" >>confdefs.h
1498914989
SEMA_IMPLEMENTATION="src/backend/port/sysv_sema.c"
1499014990
sematype="System V"
1499114991
fi
14992+
fi
1499214993
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sematype" >&5
1499314994
$as_echo "$sematype" >&6; }
14994-
fi
1499514995
else
1499614996

1499714997
$as_echo "#define USE_WIN32_SEMAPHORES 1" >>confdefs.h

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,8 +1955,8 @@ if test "$PORTNAME" != "win32"; then
19551955
SEMA_IMPLEMENTATION="src/backend/port/sysv_sema.c"
19561956
sematype="System V"
19571957
fi
1958-
AC_MSG_RESULT([$sematype])
19591958
fi
1959+
AC_MSG_RESULT([$sematype])
19601960
else
19611961
AC_DEFINE(USE_WIN32_SEMAPHORES, 1, [Define to select Win32-style semaphores.])
19621962
SEMA_IMPLEMENTATION="src/backend/port/win32_sema.c"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy