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).],
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
;;
*)
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"