Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc648f05

Browse files
committed
Put AC_MSG_RESULT() call in the right place.
Thinko inecb0d20 --- this needs to go one level further out inthe "if" nest. As it stood, nothing got printed in the case ofselecting named POSIX semaphores. Cosmetic issue only, but a bug.
1 parent4212cb7 commitc648f05

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)

[8]ページ先頭

©2009-2025 Movatter.jp