Document smtp mail back end even for autoconf builds.
[srvx.git] / configure.in
index 9471c1bdbeb8239fb8a78d0ca9f80d9a89ecfa05..8239c6068ac46cd25662fc39bacdfd0b9274104d 100644 (file)
@@ -227,7 +227,7 @@ fi
 AC_MSG_CHECKING(how to send mail)
 AC_ARG_WITH(mail,
 [  --with-mail=name        How to send mail; one of:
-                          sendmail (the default)],
+                          sendmail (the default), smtp],
 [],
 [withval="sendmail"])
 if test -r "${srcdir}/src/mail-${withval}.c" ; then