summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-03-20 15:39:40 +0000
committerBruce Momjian <bruce@momjian.us>2004-03-20 15:39:40 +0000
commit21a7569b1a43d327551b2388a7f6e33e2477439f (patch)
tree0a9376b8ee837b4c9f03af27b98c8b5dd606ef14 /configure.in
parent774571fd0878367378e5aed6083441a3ea3f3801 (diff)
downloadpostgresql-21a7569b1a43d327551b2388a7f6e33e2477439f.tar.gz
Handle draft version of getpwuid_r() that accepts only four arguments.
Backpatch to 7.4.X. Required for Solaris 7 & 8.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3c16a5ac70..9716d48746 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.6 2004/03/05 19:57:20 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.7 2004/03/20 15:39:40 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1061,6 +1061,7 @@ LIBS="$LIBS $THREAD_LIBS"
AC_CHECK_FUNCS([strerror_r getpwuid_r gethostbyname_r])
CFLAGS="$_CFLAGS"
LIBS="$_LIBS"
+PGAC_FUNC_GETPWUID_R_5ARG
fi