Fix handling of multiple users on a +h account in the support channel(s).
[srvx.git] / configure.in
index 3bc1459eaf635d7791a0f3620aa57ffe35fc8f80..8239c6068ac46cd25662fc39bacdfd0b9274104d 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to create a configure script.
 
 dnl General initialization.
 AC_PREREQ(2.59)
-AC_INIT([srvx],[1.4.0],[srvx-bugs@lists.sourceforge.net])
+AC_INIT([srvx],[1.4.0-rc2],[srvx-bugs@lists.sourceforge.net])
 CODENAME=surge
 AC_CONFIG_HEADERS(src/config.h)
 AC_CONFIG_SRCDIR(src/opserv.c)
@@ -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