X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.in.base;h=687d5d093b8c9e96437c4c4646b5e2365bb82fbf;hb=c936e5f8de0109e2ccf11625a5bb7766eea67881;hp=a382869d9935947fedfaf121d9f1bf66730bd8a4;hpb=b9d614a9b0642314cda41b09f92912483034922f;p=modules%2Fkernel.git diff --git a/configure.in.base b/configure.in.base index a382869d9..687d5d093 100644 --- a/configure.in.base +++ b/configure.in.base @@ -202,6 +202,18 @@ lsf_ok=no CHECK_LSF dnl lsf_ok is set to yes by CHECK_LSF +dnl +dnl --------------------------------------------- +dnl testing Batch +dnl --------------------------------------------- +dnl + +WITH_BATCH=no +test x$openpbs_ok = xyes || test x$lsf_ok = xyes && WITH_BATCH=yes +AC_SUBST(WITH_BATCH) + + + echo echo --------------------------------------------- echo testing LEX \& YACC