From ebb9daa31905c88d93b28abf5b465b17b9ce25a0 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 23 Dec 2000 07:26:11 +0000 Subject: unposted: thinko in configure.in for determination of jobtable size --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e59674287..734ac3da3 100644 --- a/configure.in +++ b/configure.in @@ -1386,6 +1386,7 @@ AC_ARG_ENABLE(max-jobtable-size, #endif ], maxj=max) + fi if test x$maxj = xmax; then AC_DEFINE(MAXJOB, MAX_TASKS_PER_USER) @@ -1395,7 +1396,6 @@ AC_ARG_ENABLE(max-jobtable-size, AC_DEFINE(MAXJOB, 256) AC_MSG_RESULT(${msg}256) fi - fi elif test x$enableval = xno; then AC_DEFINE(MAXJOB,512) -- cgit 1.4.1