summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-12-25 01:11:55 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-12-25 01:11:55 +0000
commitd6fd7f016431ef3f980c1cb722f9f571a7af0e08 (patch)
tree82d48800a03bddafe0c8a3373632d6179f43f156 /configure
parentc28cb1398dc8179eb76377489d2217a36c5fa163 (diff)
change ZNotice_t around a bit, libzephyr4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 00d5e42..44b9778 100755
--- a/configure
+++ b/configure
@@ -24646,7 +24646,7 @@ if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lkrb5 $LIBS"
+LIBS="-lkrb5 -lk5crypto -lcom_err $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -24709,7 +24709,7 @@ echo "$as_me: error: Kerberos 5 libraries not found" >&2;}
{ (exit 1); exit 1; }; }
fi
- KRB5_LIBS="-lkrb5"
+ KRB5_LIBS="-lkrb5 -lk5crypto -lcom_err"
cat >>confdefs.h <<\_ACEOF
#define HAVE_KRB5 1
_ACEOF