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
commit7490577f6a7debf35bd13adf0f00fa9b272e8f8c (patch)
treea32dc868e8fc83f66d8924fb20e575f1e8bd3748
parent0d67ed54f7337d6209fd7c319c37f7ffe1775972 (diff)
downloadcpython-git-7490577f6a7debf35bd13adf0f00fa9b272e8f8c.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"
;;
*)