[syslog-ng] [PATCH (3.4)] configure.in: Add --disable-smtp support.
Gergely Nagy
algernon at balabit.hu
Fri Apr 6 12:09:48 CEST 2012
Signed-off-by: Gergely Nagy <algernon at 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
More information about the syslog-ng
mailing list