aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-11 15:24:54 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-11 15:24:54 +0800
commit50e64dee0a5c75d4a6a5df1c41bac37165f2f51b (patch)
tree8c9d3152b52cdcc06caffc593595f8de78262ab5 /configure.in
parentdd7410ad568673b6e33557fb69b84fe4a3695d71 (diff)
downloadgsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar.gz
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar.bz2
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar.lz
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar.xz
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.tar.zst
gsoc2013-evolution-50e64dee0a5c75d4a6a5df1c41bac37165f2f51b.zip
Added option --with-broken-spool for solaris mbox spool format.
2001-07-11 Not Zed <NotZed@Ximian.com> * configure.in: Added option --with-broken-spool for solaris mbox spool format. svn path=/trunk/; revision=10988
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3a04d960f5..f41a9c332f 100644
--- a/configure.in
+++ b/configure.in
@@ -489,7 +489,23 @@ else
fi
fi
+dnl **************************************************
+dnl * sendmail operation
+dnl **************************************************
+
+AC_MSG_CHECKING(for SunOS broken spool format)
+if test "x$host_os" = "xsunos" ; then
+ with_broken_spool="yes"
+fi
+
+AC_ARG_WITH(broken-spool,
+[ --with-broken-spool=[yes/no] Using SunOS/Solaris sendmail which has a broken spool format],,with_broken_spool=${with_broken_spool:=no})
+
+if test "x$with_broken_spool" = "xyes"; then
+ AC_DEFINE(HAVE_BROKEN_SPOOL)
+fi
+AC_MSG_RESULT($with_broken_spool)
dnl ***************
dnl GNOME Libraries