[svn-r327] Purpose:

Bug fix

Problem:
    Currently, RUNTEST cannot be set within the site config file because
    configure explicitly sets the variable RUNTEST = "" after reading in
    the site config file.

Solution: (REQUIRED)
    A change was made in configure.in so that the variable RUNTEST is not
    explicitly set to "".  "autoconf" was then run on configure.in to
    generate configure.


Platform tested:
    TFLOPS Application server - sasn100
This commit is contained in:
Paul Harten 1998-03-23 21:16:03 -05:00
parent 62960c3d96
commit af6558c7cb

View File

@ -166,7 +166,7 @@ AC_ARG_ENABLE(parallel,
PARALLEL=$enableval)
AC_MSG_CHECKING(for parallel support);
AC_SUBST(PARALLEL_SRC)
AC_SUBST(RUNTEST) RUNTEST=""
AC_SUBST(RUNTEST)
case "X-$PARALLEL" in