From: Tom Lane Date: Wed, 10 Jun 2009 23:03:32 +0000 (+0000) Subject: Fix ill-advised whitespace prettification, per buildfarm. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=3d165e81c90d0445e3d33fddc72f6ef5319e8196;p=users%2Fsimon%2Fpostgres.git Fix ill-advised whitespace prettification, per buildfarm. --- diff --git a/configure b/configure index dd924176d1..6f5eb8272c 100755 --- a/configure +++ b/configure @@ -8252,8 +8252,7 @@ return com_err (); 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 diff --git a/configure.in b/configure.in index 3c692277a2..314e2407f7 100644 --- a/configure.in +++ b/configure.in @@ -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])])