diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-04-09 00:04:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-04-09 00:04:05 +0000 |
commit | 4be6b90403ad4e3f1dd4da297291eb1bf301bebc (patch) | |
tree | c37265b02a99e0214ad0b7762d231420668508b4 /configure.in | |
parent | bbdaf249178f0c5aac2de15df38023bb87e9a0ce (diff) | |
download | fetchmail-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.in | 3 |
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 |