From a9f72e29fd85e754cd6071eddec9728b0759f041 Mon Sep 17 00:00:00 2001 From: Leon Arber Date: Mon, 12 Sep 2005 21:15:58 -0500 Subject: [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: --- config/linux-gnulibc1 | 1 - 1 file changed, 1 deletion(-) 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'` -- cgit v0.12