diff options
| author | Tom Lane | 2009-06-10 23:03:32 +0000 |
|---|---|---|
| committer | Tom Lane | 2009-06-10 23:03:32 +0000 |
| commit | 14ba9fdef67004113c430a45645be3e7db0d6ace (patch) | |
| tree | 75812e182a452be17f4fa0ba300e3842415d75cf /configure.in | |
| parent | 125a5b95d868d6e02019ba1e3901d620b0289b24 (diff) | |
Fix ill-advised whitespace prettification, per buildfarm.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 1ded4d0d932..81ac10e8242 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.598 2009/06/10 21:24:10 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.599 2009/06/10 23:03:32 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -913,8 +913,7 @@ fi if test "$with_krb5" = yes ; then if test "$PORTNAME" != "win32"; then - AC_SEARCH_LIBS(com_err, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' - com_err 'com_err -lssl -lcrypto'], [], + AC_SEARCH_LIBS(com_err, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err 'com_err -lssl -lcrypto'], [], [AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], [AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5])]) |
