|
|
@ -1,5 +1,5 @@ |
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.503 2007/03/21 14:39:23 mha Exp $ |
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.504 2007/03/26 02:37:16 tgl Exp $ |
|
|
|
dnl |
|
|
|
dnl |
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
dnl |
|
|
|
dnl |
|
|
@ -732,9 +732,9 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
if test "$with_krb5" = yes ; then |
|
|
|
if test "$with_krb5" = yes ; then |
|
|
|
if test "$PORTNAME" != "win32"; then |
|
|
|
if test "$PORTNAME" != "win32"; then |
|
|
|
AC_SEARCH_LIBS(com_err, [krb5 'krb5 -ldes -lasn1 -lroken' com_err], [], |
|
|
|
AC_SEARCH_LIBS(com_err, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err], [], |
|
|
|
[AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) |
|
|
|
[AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) |
|
|
|
AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -ldes -lasn1 -lroken'], [], |
|
|
|
AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'], [], |
|
|
|
[AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5])]) |
|
|
|
[AC_MSG_ERROR([could not find function 'krb5_sendauth' required for Kerberos 5])]) |
|
|
|
else |
|
|
|
else |
|
|
|
AC_SEARCH_LIBS(com_err, 'comerr32 -lkrb5_32', [], |
|
|
|
AC_SEARCH_LIBS(com_err, 'comerr32 -lkrb5_32', [], |
|
|
|