From b85faa87b9a0961283ee55bad877ff0853c93dd8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 11 Sep 2004 02:12:17 +0000 Subject: Send thread test output to file descriptor 5 like configure does rather than /dev/null, which Win32 doesn't have. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 73591c6b3c..50143de691 100755 --- a/configure +++ b/configure @@ -13336,7 +13336,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. -- cgit v1.2.1