diff options
| author | Tom Lane | 2007-03-26 02:37:17 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-03-26 02:37:17 +0000 |
| commit | 66bbc2fdd5963bc40cc741e3f9a53a4a365e10bc (patch) | |
| tree | fd57667122f4298acb30600b6bd9290037bd430a /configure | |
| parent | 287ed68dd2a8f0be6f10f6bd373e4c9c3887b821 (diff) | |
Add -lcrypto as one of the possible link dependencies of libkrb5.
Per report from Jim Rosenberg. This possibly should get back-patched,
but I'm a bit suspicious of it still because of the lack of prior reports.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 71dbaee0aa4..5e242bb8d5e 100755 --- a/configure +++ b/configure @@ -6675,7 +6675,7 @@ fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_com_err" = no; then - for ac_lib in krb5 'krb5 -ldes -lasn1 -lroken' com_err; do + for ac_lib in krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6805,7 +6805,7 @@ fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_krb5_sendauth" = no; then - for ac_lib in krb5 'krb5 -ldes -lasn1 -lroken'; do + for ac_lib in krb5 'krb5 -lcrypto -ldes -lasn1 -lroken'; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ |
