mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Fix typo masquarading (#5093)
This commit is contained in:
parent
915a7ab591
commit
ac04b8698f
@ -178,7 +178,7 @@ case "$CC" in
|
||||
kind="gcc"
|
||||
;;
|
||||
mpicc|mpcc|mpicc_r)
|
||||
# Is this gcc masquarading as an MPI compiler?
|
||||
# Is this gcc masquerading as an MPI compiler?
|
||||
if test "`${CC} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
|
||||
kind="gcc"
|
||||
else
|
||||
|
@ -174,7 +174,7 @@ case "$CXX" in
|
||||
kind="gcc"
|
||||
;;
|
||||
mpicc|mpcc|mpicc_r)
|
||||
# Is this gcc masquarading as an MPI compiler?
|
||||
# Is this gcc masquerading as an MPI compiler?
|
||||
if test "`${CXX} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
|
||||
kind="gcc"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user