]> granicus.if.org Git - cronie/commitdiff
Correct setting of path to mail program.
authormmaslano <mmaslano@redhat.com>
Mon, 27 Aug 2007 15:22:05 +0000 (17:22 +0200)
committerTomas Janousek <tomi@nomi.cz>
Mon, 27 Aug 2007 16:19:51 +0000 (18:19 +0200)
configure.ac

index 22d2849990725c7acfb07f5e5bd82aac2bc27b72..c9f99232f0ed8b9fff4bf6dd59a7d3437f1adf41 100644 (file)
@@ -194,6 +194,8 @@ AC_ARG_WITH(pam,
 
 AC_DEFINE(DEBUGGING,1,[Code will be built with debug info.])
 
+AC_DEFINE(MAILARG,'/usr/lib/sendmail',[There will be path to sendmail.])
+
 AC_DEFINE(MAILFMT,"MAILARG -FCronDaemon -i -odi -oem -oi -t",
 [-i    = don't terminate on "." by itself
 -Fx   = Set full-name of sender
@@ -203,8 +205,6 @@ AC_DEFINE(MAILFMT,"MAILARG -FCronDaemon -i -odi -oem -oi -t",
 -t    = Get recipient from headers
 -d = undocumented but common flag.])
 
-AC_DEFINE(MAILARG,/usr/lib/sendmail,[There will be path to sendmail.])
-
 AC_DEFINE(MAIL_DATE,0,[Date is set by sendmail.])
 
 AC_DEFINE(SYSLOG,1,[Using syslog for log messages.])