diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/linux-gnulibc1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 6165cb5..b630ffa 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -25,7 +25,6 @@ fi # supported, we need to set the macro to hdf5_mpi_complex_derived_datatype_works to no. # Notice that this fix will only work if the compiler name is mpicc and mpi package is # mpich 1.x.x. -echo "Debug: CC_BASENAME=" $CC_BASENAME if [ -z "$hdf5_mpi_complex_derived_datatype_works" -a \( $CC_BASENAME = mpicc -o $CC_BASENAME = mpiicc \) ]; then ccversion=`$CC -v 2>&1 | sed -e 's/.*for //p'` |