diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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" ;; *) |