summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-07 11:53:55 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-07 11:53:55 -0700
commita2abffdcf2425e08c07b6a3c58dde49c35b81884 (patch)
treeac8ec7d2e30ed1e5befa1f69bedcc897893c1d0e
parent9456c999c4d511610d568aac647ceb9f2424f7d0 (diff)
downloadcpython-a2abffdcf2425e08c07b6a3c58dde49c35b81884.tar.gz
compile with -std=c99
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index a5d6e8d6bb..121cf6a110 100755
--- a/configure
+++ b/configure
@@ -6694,6 +6694,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
+
+ OPT="$OPT -std=c99"
;;
*)
diff --git a/configure.ac b/configure.ac
index ec6d61be9c..3f723693d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1458,6 +1458,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
+
+ OPT="$OPT -std=c99"
;;
*)