mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r3028] Purpose:
Bug Fix Description: T3E and J90 were complaining about not being able to make for ADD_PARALLEL_FILES. Solution: Somehow the make on these machines must have been weirded out by the funky pattern matching/replacement that's being done and couldn't handle a null macro. I now assign "no" to the macro explicitly Platforms tested: T3E
This commit is contained in:
parent
22303f9d3f
commit
98e2c32951
2
fortran/configure
vendored
2
fortran/configure
vendored
@ -2565,7 +2565,7 @@ if test -n "$PARALLEL"; then
|
||||
TESTPARALLEL=testpar
|
||||
fi
|
||||
|
||||
ADD_PARALLEL_FILES=""
|
||||
ADD_PARALLEL_FILES="no"
|
||||
if test -n "$PARALLEL"; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_PARALLEL 1
|
||||
|
@ -455,7 +455,7 @@ fi
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Print some other parallel information and do some sanity checks.
|
||||
dnl
|
||||
ADD_PARALLEL_FILES=""
|
||||
ADD_PARALLEL_FILES="no"
|
||||
if test -n "$PARALLEL"; then
|
||||
dnl We are building a parallel library
|
||||
AC_DEFINE(HAVE_PARALLEL)
|
||||
|
Loading…
Reference in New Issue
Block a user