1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix ill-advised whitespace prettification, per buildfarm.

This commit is contained in:
Tom Lane
2009-06-10 23:03:32 +00:00
parent 125a5b95d8
commit 14ba9fdef6
2 changed files with 3 additions and 5 deletions

3
configure vendored
View File

@ -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