[PATCH (3.4)] configure.in: Add --disable-smtp support.
Signed-off-by: Gergely Nagy <algernon@balabit.hu> --- configure.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index f21e130..2d56bbd 100644 --- a/configure.in +++ b/configure.in @@ -178,6 +178,10 @@ AC_ARG_ENABLE(json, [ --disable-json Disable JSON support (default: auto)], [case "${enableval}" in yes) with_json="auto";; *) with_json="${enableval}";; esac],with_json="auto") +AC_ARG_ENABLE(smtp, + [ --disable-smtp Disable SMTP support (default: auto)], + ,,enable_smtp="auto") + AC_ARG_WITH(libesmtp, AC_HELP_STRING([--with-libesmtp=DIR], [use libesmtp library from (prefix) directory DIR]),,) -- 1.7.9.1
Applied, thanks. On Fri, 2012-04-06 at 12:09 +0200, Gergely Nagy wrote:
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-- Bazsi
participants (2)
-
Balazs Scheidler
-
Gergely Nagy