Fix change for --with-pop default.

This commit is contained in:
Dave Love 1999-11-08 16:26:25 +00:00
parent fa9aabf634
commit 3d9fec712f
2 changed files with 245 additions and 220 deletions

462
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,8 @@ AC_ARG_WITH(pop,
[if test "$withval" = yes; then
AC_DEFINE(MAIL_USE_POP)
else :
fi])
fi],
AC_DEFINE(MAIL_USE_POP))
AC_ARG_WITH(hesiod,
[ --with-hesiod support Hesiod to get the POP server host],
[AC_DEFINE(HESIOD)])