diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-11 17:58:20 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-11 17:58:20 +0000 |
commit | 55a936b937b8be7d764f808eb33a0a706f6f0842 (patch) | |
tree | d86124e92c95aeb7bbe81bbd4ec890cabf11abab /configure.ac | |
parent | 9217194b5b6218d054735d7193d4638092f65c88 (diff) | |
download | fetchmail-55a936b937b8be7d764f808eb33a0a706f6f0842.tar.gz fetchmail-55a936b937b8be7d764f808eb33a0a706f6f0842.tar.bz2 fetchmail-55a936b937b8be7d764f808eb33a0a706f6f0842.zip |
Fixes to --with-hesiod option. Sunil Shetye.
svn path=/trunk/; revision=4287
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f12aacf0..700b58d5 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,7 @@ else if test "$with_kerberos" != "yes" ; then searchdirs="$with_kerberos" else - searchdirs="$with_kerberos5 /usr/kerberos /usr/kerberosIV /usr/athena/usr" + searchdirs="$with_kerberos5 /usr/kerberos /usr/kerberosIV /usr/athena /usr" fi with_kerberos= ac_saveLDFLAGS="$LDFLAGS" |