summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-16 03:01:32 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-16 03:01:32 +0000
commit1d2dbf07975265d6945eb9f96f42a19ed0eeafb3 (patch)
treeaf61124d8dde7bd7df4c98e9a55751d28a4f1846 /configure.in
parente854bc4ac7f1b636eef128b07861bc953dc1fd85 (diff)
downloadpostgresql-1d2dbf07975265d6945eb9f96f42a19ed0eeafb3.tar.gz
Improve comment.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b276c27f22..676d7a532b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.363 2004/06/16 02:58:28 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.364 2004/06/16 03:01:32 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -990,7 +990,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
LIBS="$LIBS $PTHREAD_LIBS"
AC_CHECK_FUNCS([strerror_r getpwuid_r gethostbyname_r])
-# Do test here with thread flags
+# Do test here with the proper thread flags
PGAC_FUNC_GETPWUID_R_5ARG
PGAC_FUNC_STRERROR_R_INT