From 7490577f6a7debf35bd13adf0f00fa9b272e8f8c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 7 Sep 2016 11:53:55 -0700 Subject: compile with -std=c99 --- configure | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure b/configure index a5d6e8d6..121cf6a 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 ec6d61b..3f72369 100644 --- a/configure.ac +++ b/configure.ac @@ -1458,6 +1458,8 @@ then SCO_SV*) OPT="$OPT -m486 -DSCO5" ;; esac + + OPT="$OPT -std=c99" ;; *) -- cgit v0.12