]> granicus.if.org Git - cronie/commitdiff
CRON_GROUP shall not be defined at all.
authorTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:40:43 +0000 (19:40 +0200)
committerTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:40:43 +0000 (19:40 +0200)
(also filled in a sensible default in case someone enables it again)

Signed-off-by: Tomas Janousek <tjanouse@redhat.com>
configure.ac

index 5fdede2e20f225857d53d9da2c62bc132f07c132..31437eaddd507548f8db69cc4db7c3738382a6e6 100644 (file)
@@ -213,7 +213,7 @@ AC_DEFINE(HAVE_TM_GMTOFF,0,[if your OS supports a BSD-style login.conf fil])
 
 ##AC_DEFINE(LOGIN_CAP,0,[if your OS supports BSD authentication])
 
-AC_DEFINE(CRON_GROUP,0,[crontab])
+##AC_DEFINE(CRON_GROUP,"crontab",[crontab])
 
 # Check whether user wants Linux audit support
 AC_DEFINE(WITH_AUDIT,1,[Define if you want audit trails])