From 4363b68c1c9140c4063c786926608ad58ff52f6d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 16 Jan 2001 19:47:56 +0000 Subject: tweak the --with-x-mailer flag a bit svn path=/trunk/; revision=7541 --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') 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") -- cgit v1.2.3