diff options
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 79bc3791d7..081d1d6714 100644 --- a/configure.in +++ b/configure.in @@ -601,9 +601,11 @@ else fi -AC_ARG_WITH(x-mailer, [ --with-x-mailer=VERSION Version string for X-Mailer header]) +AC_ARG_WITH(x-mailer, [ --with-x-mailer=VERSION Sub-version string for X-Mailer header]) if test "${with_x_mailer:-no}" = "no"; then with_x_mailer="$VERSION" +else + with_x_mailer="$VERSION/$with_x_mailer" fi AC_DEFINE_UNQUOTED(XMAILER_VERSION, "$with_x_mailer") |