diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2005-09-13 02:15:58 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2005-09-13 02:15:58 (GMT) |
commit | a9f72e29fd85e754cd6071eddec9728b0759f041 (patch) | |
tree | f1b2df35bba8551bf94e779adcc48b4e34662415 /config | |
parent | 2e819451e9c4499d9537f7a120d7efb31655dd48 (diff) | |
download | hdf5-a9f72e29fd85e754cd6071eddec9728b0759f041.zip hdf5-a9f72e29fd85e754cd6071eddec9728b0759f041.tar.gz hdf5-a9f72e29fd85e754cd6071eddec9728b0759f041.tar.bz2 |
[svn-r11397] Purpose:
Bug fix
Description:
Forgot to remove a debug statement before committing.
Solution:
The script printined out what it thought CC_BASENAME was for debugging.
Removed this print statement.
Platforms tested:
minor change, mcr
Misc. update:
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'` |