From: Benjamin Peterson Date: Wed, 7 Sep 2016 18:53:55 +0000 (-0700) Subject: compile with -std=c99 X-Git-Tag: v3.6.0b1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7490577f6a7debf35bd13adf0f00fa9b272e8f8c;p=thirdparty%2FPython%2Fcpython.git compile with -std=c99 --- diff --git a/configure b/configure index a5d6e8d6bb19..121cf6a1100f 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 ec6d61be9cd1..3f723693d699 100644 --- a/configure.ac +++ b/configure.ac @@ -1458,6 +1458,8 @@ then SCO_SV*) OPT="$OPT -m486 -DSCO5" ;; esac + + OPT="$OPT -std=c99" ;; *)