From af6558c7cb0f2b4ef3a789eca7554da4db521f03 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Mon, 23 Mar 1998 21:16:03 -0500 Subject: [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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a05925e..3f046da 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v0.12