index dd924176d1b1c365d2fd6ab7b336e8ff2fabf6c2..6f5eb8272c1f4962469d16747becca0b50a1bff5 100755 (executable)
return 0;
}
_ACEOF
-for ac_lib in '' krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'
- com_err 'com_err -lssl -lcrypto'; do
+for ac_lib in '' krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err 'com_err -lssl -lcrypto'; do
if test -z "$ac_lib"; then
ac_res="none required"
else
index 1ded4d0d932a045537593e9d534ae8b1dd005be1..81ac10e8242d87c8acdf980b7d753371a2dcc7c7 100644 (file)
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
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])])