diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-20 17:13:41 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-20 17:13:41 +0000 |
| commit | da59a70c094d6a39a19ca75ade38ef06a71b6c64 (patch) | |
| tree | 1b7202b94529755cf9c3020916050f3626953428 /configure.in | |
| parent | 59bffa370737fcd8cb04762417c2eb4eeeee774f (diff) | |
| download | postgresql-da59a70c094d6a39a19ca75ade38ef06a71b6c64.tar.gz | |
Remove direct inclusions of <com_err.h> as well as configure test for
its presence. This amounts to desupporting Kerberos 5 releases 1.0.*,
which is small loss, and simplifies use of our Kerberos code on platforms
with Red-Hat-style include file layouts. Per gripe from John Gray and
followup discussion.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6f7922ae3b..f074aa3240 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.391 2004/12/16 20:40:59 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.392 2004/12/20 17:13:39 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -763,7 +763,6 @@ fi if test "$with_krb5" = yes ; then AC_CHECK_HEADER(krb5.h, [], [AC_MSG_ERROR([header file <krb5.h> is required for Kerberos 5])]) - AC_CHECK_HEADER(com_err.h, [], [AC_MSG_ERROR([header file <com_err.h> is required for Kerberos 5])]) fi if test "$with_openssl" = yes ; then |
