compile with -std=c99

This commit is contained in:
Benjamin Peterson 2016-09-07 11:53:55 -07:00
parent 0d67ed54f7
commit 7490577f6a
2 changed files with 4 additions and 0 deletions

2
configure vendored
View file

@ -6694,6 +6694,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
OPT="$OPT -std=c99"
;;
*)

View file

@ -1458,6 +1458,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
OPT="$OPT -std=c99"
;;
*)