]> granicus.if.org Git - postgresql/commitdiff
Improve comment.
authorBruce Momjian <bruce@momjian.us>
Wed, 16 Jun 2004 03:01:32 +0000 (03:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 Jun 2004 03:01:32 +0000 (03:01 +0000)
configure
configure.in

index 089eea989f8c4382741e70186f92ee5e4262b4a7..1069a016eecb4f92deb092a1791f3a0fad8f4c14 100755 (executable)
--- a/configure
+++ b/configure
@@ -13698,7 +13698,7 @@ fi
 done
 
 
-# Do test here with thread flags
+# Do test here with the proper 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
index b276c27f228ac607be4295165592afe1dc560e64..676d7a532b7ee90bff67eef61440d7d99ed9f08b 100644 (file)
@@ -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