]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Tue, 12 Sep 2000 20:14:23 +0000 (20:14 +0000)
committerthib <thib>
Tue, 12 Sep 2000 20:14:23 +0000 (20:14 +0000)
configure.in

index 447f31337d51bd05c0fdd96cc766e4691f96dc27..eaa9a5a24c38fb00ebdbfc3ab8d7e44927a5eba8 100644 (file)
@@ -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"