mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[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:
parent
62960c3d96
commit
af6558c7cb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user