diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
commit | 8034bd125495a5b1adcd2449534d1d2208bd96e8 (patch) | |
tree | 0d963ba80c4de01fc5559d76f85bfb905db99ff3 /configure.in | |
parent | 3c81d8bb9e173bf61f4016e0154a1f4045cc6ba6 (diff) | |
download | gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.gz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.bz2 gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.lz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.xz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.zst gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.zip |
Add CamelTransport abstract class and CamelSendmailTransport
svn path=/trunk/; revision=1921
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c845eedb67..11aca764cb 100644 --- a/configure.in +++ b/configure.in @@ -35,6 +35,8 @@ AC_ARG_PROGRAM AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET +AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, /usr/sbin:/usr/lib) +AC_DEFINE_UNQUOTED(SENDMAIL_PATH, "$SENDMAIL") ALL_LINGUAS="" @@ -226,6 +228,7 @@ camel/providers/Makefile camel/providers/MH/Makefile camel/providers/maildir/Makefile camel/providers/mbox/Makefile +camel/providers/sendmail/Makefile composer/Makefile devel-docs/Makefile devel-docs/camel/Makefile |