Fix change for --with-pop default.
This commit is contained in:
parent
fa9aabf634
commit
3d9fec712f
2 changed files with 245 additions and 220 deletions
|
@ -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)])
|
||||
|
|
Loading…
Add table
Reference in a new issue