[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:
This commit is contained in:
Leon Arber 2005-09-12 21:15:58 -05:00
parent 2e819451e9
commit a9f72e29fd

View File

@ -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'`