diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-25 21:25:51 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-25 21:25:51 (GMT) |
commit | 80b47a7f585457720150be5dc817645d6bde662a (patch) | |
tree | 86fd04667bab33f3e6d21200126643597b1d4c41 /fortran/configure | |
parent | f99e630ccbc0fd7566888d8fe77654d2dee6282c (diff) | |
download | hdf5-80b47a7f585457720150be5dc817645d6bde662a.zip hdf5-80b47a7f585457720150be5dc817645d6bde662a.tar.gz hdf5-80b47a7f585457720150be5dc817645d6bde662a.tar.bz2 |
[svn-r5710] Purpose:
Bug Fix
Description:
Was nulling out the RUNPARALLEL and other macros which shouldn't be
nulled out.
Solution:
Removed the code which does the nulling out of those macros.
Diffstat (limited to 'fortran/configure')
-rwxr-xr-x | fortran/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/configure b/fortran/configure index c35ca66..65cb7b0 100755 --- a/fortran/configure +++ b/fortran/configure @@ -8072,10 +8072,10 @@ ac_link='${F9X-f90} -o conftest${ac_exeext} $FFLAGS conftest.$ac_ext $LDFLAGS $L cross_compiling=$ac_cv_prog_f9x_cross - PARALLEL="" - RUNSERIAL="" - RUNPARALLEL="" - TESTPARALLEL="" + + + + case "$F9X" in mpif90) |