summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-16 02:58:28 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-16 02:58:28 +0000
commite854bc4ac7f1b636eef128b07861bc953dc1fd85 (patch)
tree5533189b7ef4f3dfbe5d5dbf6b935f2ff10bee1b /configure
parentd70a42e6424e1531355ce9d1d1aa59e329b3c0e6 (diff)
Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the
same thread flags that will be used to compile thread.c. Add comment to make sure no one breaks it.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index dce88028d4e..089eea989f8 100755
--- a/configure
+++ b/configure
@@ -13697,9 +13697,8 @@ _ACEOF
fi
done
-CFLAGS="$_CFLAGS"
-LIBS="$_LIBS"
+# Do test here with thread flags
echo "$as_me:$LINENO: checking whether getpwuid_r takes a fifth argument" >&5
echo $ECHO_N "checking whether getpwuid_r takes a fifth argument... $ECHO_C" >&6
if test "${pgac_func_getpwuid_r_5arg+set}" = set; then
@@ -13813,6 +13812,9 @@ _ACEOF
fi
+CFLAGS="$_CFLAGS"
+LIBS="$_LIBS"
+
else
# do not use values from template file
PTHREAD_CFLAGS=