summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-03-24 02:16:03 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-03-24 02:16:03 (GMT)
commitaf6558c7cb0f2b4ef3a789eca7554da4db521f03 (patch)
tree52d6df3dd7e27f8f040901b88df8987e1cca0bd8 /configure.in
parent62960c3d9643eafc4b3b7f997289b43f88650f96 (diff)
downloadhdf5-af6558c7cb0f2b4ef3a789eca7554da4db521f03.zip
hdf5-af6558c7cb0f2b4ef3a789eca7554da4db521f03.tar.gz
hdf5-af6558c7cb0f2b4ef3a789eca7554da4db521f03.tar.bz2
[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
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 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