summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
;;
*)