Changeset 4866
- Timestamp:
- 06/30/09 14:43:36 (5 months ago)
- Files:
-
- 1 modified
-
mpich2/trunk/confdb/aclocal_cc.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/confdb/aclocal_cc.m4
r4864 r4866 1097 1097 pac_cc_strict_flags="" 1098 1098 case "$1" in 1099 yes|all) 1099 yes|all|posix) 1100 enable_strict_done="yes" 1101 pac_cc_strict_flags="$pac_common_strict_flags -D_POSIX_C_SOURCE=199506L" 1102 ;; 1103 1104 noposix) 1100 1105 enable_strict_done="yes" 1101 1106 pac_cc_strict_flags="$pac_common_strict_flags" 1102 ;;1103 1104 posix)1105 enable_strict_done="yes"1106 pac_cc_strict_flags="$pac_common_strict_flags -D_POSIX_C_SOURCE=199506L"1107 1107 ;; 1108 1108
