From 634c14aebaf197345bf2fd149540ed62f5c46674 Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 12 Sep 2000 20:14:23 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.40.0