diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-17 03:43:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-17 03:43:01 +0800 |
commit | af465f8d67ac84a6c5083dd58b79a5065db3ef24 (patch) | |
tree | 2a3073258fe01e89b3c2e90f77d5c39e0997758c /acconfig.h | |
parent | dd91f0c23c97b5a5a4e5617954e0c3cd22b169f6 (diff) | |
download | gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.gz gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.bz2 gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.lz gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.xz gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.tar.zst gsoc2013-evolution-af465f8d67ac84a6c5083dd58b79a5065db3ef24.zip |
Add --with-x-mailer to set the version string that appears in the X-Mailer
* configure.in, acconfig.h: Add --with-x-mailer to set the version
string that appears in the X-Mailer header.
svn path=/trunk/; revision=7539
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index cdc2a60974..39c6c68e20 100644 --- a/acconfig.h +++ b/acconfig.h @@ -6,6 +6,7 @@ #undef HAVE_LIBSM #undef PACKAGE #undef VERSION +#undef XMAILER_VERSION #undef ENABLE_THREADS #undef SENDMAIL_PATH #undef SYSTEM_MAIL_DIR |