diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-09 02:35:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-09 02:35:20 +0800 |
commit | 4c1b64ea55dc20faa79c79f85fb53d04d956315b (patch) | |
tree | 248b9c3b6065e84da492916b84f5b1b16a7532bc /acconfig.h | |
parent | bf8ac9cd55803fc7c71f1e5c476b678472c8524b (diff) | |
download | gsoc2013-evolution-4c1b64ea55dc20faa79c79f85fb53d04d956315b.tar.gz gsoc2013-evolution-4c1b64ea55dc20faa79c79f85fb53d04d956315b.tar.zst gsoc2013-evolution-4c1b64ea55dc20faa79c79f85fb53d04d956315b.zip |
add SYSTEM_MAIL_DIR
* configure.in, acconfig.h: add SYSTEM_MAIL_DIR
svn path=/trunk/; revision=2338
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 46f03b62ef..b74d78a06a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,6 +10,7 @@ #undef CAMEL_HARD_LOG_LEVEL #undef ENABLE_THREADS #undef SENDMAIL_PATH +#undef SYSTEM_MAIL_DIR /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK |