c1bcbed
diff -up at-3.1.10/atd.c.bla at-3.1.10/atd.c
c1bcbed
--- at-3.1.10/atd.c.bla	2008-07-18 15:18:35.000000000 +0200
c1bcbed
+++ at-3.1.10/atd.c	2008-07-18 15:19:41.000000000 +0200
c1bcbed
@@ -643,7 +643,7 @@ run_file(const char *filename, uid_t uid
c1bcbed
 #if defined(SENDMAIL)
c1bcbed
 	    execl(SENDMAIL, "sendmail", mailname, (char *) NULL);
cvsdist 5b1e33b
 #else
cvsdist 5b1e33b
-#error      "No mail command specified."
c1bcbed
+		perr("No mail command specified.");
cvsdist 5b1e33b
 #endif
cvsdist 5b1e33b
 	    perr("Exec failed for mail command");
cvsdist 5b1e33b