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

Commitb85faa8

Browse files
committed
Send thread test output to file descriptor 5 like configure does rather
than /dev/null, which Win32 doesn't have.
1 parent8becd82 commitb85faa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎config/acx_pthread.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ main ()
140140
}
141141
_ACEOF
142142
rm -f conftest.$ac_objext conftest$ac_exeext
143-
if test "`(eval $ac_link 2>&1>/dev/null)`" = ""; then
143+
if test "`(eval $ac_link 2>&11>&5)`" = ""; then
144144
# we continue with more flags because Linux needs -lpthread
145145
# for libpq builds on PostgreSQL. The test above only
146146
# tests for building binaries, not shared libraries.

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13336,7 +13336,7 @@ main ()
1333613336
}
1333713337
_ACEOF
1333813338
rm -f conftest.$ac_objext conftest$ac_exeext
13339-
if test "`(eval $ac_link 2>&1>/dev/null)`" = ""; then
13339+
if test "`(eval $ac_link 2>&11>&5)`" = ""; then
1334013340
# we continue with more flags because Linux needs -lpthread
1334113341
# for libpq builds on PostgreSQL. The test above only
1334213342
# tests for building binaries, not shared libraries.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp