autoconf and xlf patch

This commit is contained in:
treadway 2000-09-12 18:59:03 +00:00
parent 7be318b5ef
commit 6088a186c6

2
configure vendored
View File

@ -1339,7 +1339,7 @@ if test "${with_strict_checking+set}" = set; then
CC=kcc
CXX=KCC
CFLAGS="$CFLAGS --c --strict --lint --display_error_number"
CFLAGS="$CFLAGS --diag_suppress 236,826,1018,1021,1022,1023,1024,1030"
CFLAGS="$CFLAGS --diag_suppress 236,826,1018,1021,1022,1023,1024,1030,1041"
CXXFLAGS="$CXXFLAGS --strict --lint --display_error_number"
casc_users_chose_compilers=yes
casc_using_mpi=no