1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update FAQ's in head and 7.3.X.

This commit is contained in:
Bruce Momjian
2003-02-14 14:05:00 +00:00
parent 044dca9f7c
commit 0e010a54a3
6 changed files with 215 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.235 2003/02/11 21:05:35 petere Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.236 2003/02/14 14:05:00 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -724,7 +724,9 @@ if test "$with_openssl" = yes ; then
fi
if test "$with_pam" = yes ; then
AC_CHECK_HEADER(security/pam_appl.h, [], [AC_MSG_ERROR([header file <security/pam_appl.h> is required for PAM])])
AC_CHECK_HEADERS(security/pam_appl.h, [],
[AC_CHECK_HEADERS(pam/pam_appl.h, [],
[AC_MSG_ERROR([header file <security/pam_appl.h> or <pam/pam_appl.h> is required for PAM.])])])
fi