cvsdist 5b1e33
--- at-3.1.8/atd.c.org	2002-07-19 16:20:24.000000000 +0900
cvsdist 5b1e33
+++ at-3.1.8/atd.c	2002-07-19 16:22:30.000000000 +0900
cvsdist 5b1e33
@@ -453,7 +453,8 @@
cvsdist 5b1e33
 #elif  defined(MAILX)
cvsdist 5b1e33
 	    execl(MAILX, "mailx", mailname, (char *) NULL);
cvsdist 5b1e33
 #else
cvsdist 5b1e33
-#error      "No mail command specified."
cvsdist 5b1e33
+/*#error      "No mail command specified."*/
cvsdist 5b1e33
+	perr("No mail command specified.");
cvsdist 5b1e33
 #endif
cvsdist 5b1e33
 	    perr("Exec failed for mail command");
cvsdist 5b1e33