about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)