aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-04-09 00:04:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-04-09 00:04:05 +0000
commit4be6b90403ad4e3f1dd4da297291eb1bf301bebc (patch)
treec37265b02a99e0214ad0b7762d231420668508b4 /configure.in
parentbbdaf249178f0c5aac2de15df38023bb87e9a0ce (diff)
downloadfetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.tar.gz
fetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.tar.bz2
fetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.zip
Various cleanup patches.
svn path=/trunk/; revision=3612
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3b4d11dc..63aa3931 100644
--- a/configure.in
+++ b/configure.in
@@ -40,7 +40,6 @@ AC_PROG_YACC
AC_SUBST(CPFLAGS)
AC_SUBST(CEFLAGS)
AC_SUBST(LDEFLAGS)
-AC_SUBST(LIBOBJS)
# Check for LynxOS special case: -lbsd needed (at least on 2.3.0) and -s
# not working.
@@ -411,7 +410,7 @@ then
AC_DEFINE(HEIMDAL)
AC_DEFINE(KERBEROS_V5)
CEFLAGS="$CEFLAGS -I/usr/include/kerberosV"
- LIBS="$LIBS -lasn1 -lkrb5 -lcom_err"
+ LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs"
else
if test "$with_kerberos5" != "yes"
then