summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/acx_pthread.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4
index a3d5faf392..5f9071056e 100644
--- a/config/acx_pthread.m4
+++ b/config/acx_pthread.m4
@@ -140,7 +140,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
- if test "`(eval $ac_link 2>&1 >/dev/null)`" = ""; then
+ if test "`(eval $ac_link 2>&1 1>&5)`" = ""; then
# we continue with more flags because Linux needs -lpthread
# for libpq builds on PostgreSQL. The test above only
# tests for building binaries, not shared libraries.