commit | 7490577f6a7debf35bd13adf0f00fa9b272e8f8c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Sep 07 11:53:55 2016 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Sep 07 11:53:55 2016 -0700 |
tree | a32dc868e8fc83f66d8924fb20e575f1e8bd3748 | |
parent | 0d67ed54f7337d6209fd7c319c37f7ffe1775972 [diff] |
compile with -std=c99
diff --git a/configure b/configure index a5d6e8d6..121cf6a 100755 --- a/configure +++ b/configure
@@ -6694,6 +6694,8 @@ SCO_SV*) OPT="$OPT -m486 -DSCO5" ;; esac + + OPT="$OPT -std=c99" ;; *)
diff --git a/configure.ac b/configure.ac index ec6d61b..3f72369 100644 --- a/configure.ac +++ b/configure.ac
@@ -1458,6 +1458,8 @@ SCO_SV*) OPT="$OPT -m486 -DSCO5" ;; esac + + OPT="$OPT -std=c99" ;; *)