From: thib Date: Tue, 12 Sep 2000 20:14:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634c14aebaf197345bf2fd149540ed62f5c46674;p=fcron *** empty log message *** --- diff --git a/configure.in b/configure.in index 447f313..eaa9a5a 100644 --- a/configure.in +++ b/configure.in @@ -250,7 +250,7 @@ AC_ARG_WITH(spooldir, FCRONTABS="$sp" AC_SUBST(FCRONTABS) -if test "X$HAVE_GETLOADAVG" = "X" ; then +if test $HAVE_GETLOADAVG -eq 1 ; then AC_MSG_CHECKING(proc directory) AC_ARG_WITH(proc, [ --with-proc=PATH Directory where procfs is mounted (default /proc).], @@ -267,7 +267,7 @@ Without proc, you won't be able to use the lavg* options AC_DEFINE(PROC, "/proc") AC_MSG_RESULT(/proc) else - AC_MSG_ERROR(Cannot determine value for spool directory) + AC_MSG_ERROR(Cannot determine value for proc directory) fi ;; *) @@ -284,7 +284,7 @@ Without proc, you won't be able to use the lavg* options AC_DEFINE(PROC, "/proc") AC_MSG_RESULT(/proc) else - AC_MSG_ERROR(Cannot determine value for spool directory) + AC_MSG_ERROR(Cannot determine value for proc directory) fi ) PROC="$proc"