mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Fix typo masquarading (#5093)
This commit is contained in:
parent
915a7ab591
commit
ac04b8698f
@ -178,7 +178,7 @@ case "$CC" in
|
|||||||
kind="gcc"
|
kind="gcc"
|
||||||
;;
|
;;
|
||||||
mpicc|mpcc|mpicc_r)
|
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
|
if test "`${CC} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
|
||||||
kind="gcc"
|
kind="gcc"
|
||||||
else
|
else
|
||||||
|
@ -174,7 +174,7 @@ case "$CXX" in
|
|||||||
kind="gcc"
|
kind="gcc"
|
||||||
;;
|
;;
|
||||||
mpicc|mpcc|mpicc_r)
|
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
|
if test "`${CXX} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
|
||||||
kind="gcc"
|
kind="gcc"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user