mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
unposted: thinko in configure.in for determination of jobtable size
This commit is contained in:
parent
25faa7dbf9
commit
ebb9daa319
@ -1,5 +1,7 @@
|
|||||||
2000-12-23 Clint Adams <schizo@debian.org>
|
2000-12-23 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
|
* unposted: configure.in: thinko in jobtable size determination.
|
||||||
|
|
||||||
* Chip Salzenberg: 13310: Completion/Debian/_apt:
|
* Chip Salzenberg: 13310: Completion/Debian/_apt:
|
||||||
correct typo for apt-cache completion.
|
correct typo for apt-cache completion.
|
||||||
|
|
||||||
|
@ -1386,6 +1386,7 @@ AC_ARG_ENABLE(max-jobtable-size,
|
|||||||
#endif
|
#endif
|
||||||
],
|
],
|
||||||
maxj=max)
|
maxj=max)
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$maxj = xmax; then
|
if test x$maxj = xmax; then
|
||||||
AC_DEFINE(MAXJOB, MAX_TASKS_PER_USER)
|
AC_DEFINE(MAXJOB, MAX_TASKS_PER_USER)
|
||||||
@ -1395,7 +1396,6 @@ AC_ARG_ENABLE(max-jobtable-size,
|
|||||||
AC_DEFINE(MAXJOB, 256)
|
AC_DEFINE(MAXJOB, 256)
|
||||||
AC_MSG_RESULT(${msg}256)
|
AC_MSG_RESULT(${msg}256)
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
elif test x$enableval = xno; then
|
elif test x$enableval = xno; then
|
||||||
AC_DEFINE(MAXJOB,512)
|
AC_DEFINE(MAXJOB,512)
|
||||||
|
Loading…
Reference in New Issue
Block a user