Skip to content

Commit 7490577

Browse files
committed
compile with -std=c99
1 parent 0d67ed5 commit 7490577

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6694,6 +6694,8 @@ then
66946694
SCO_SV*) OPT="$OPT -m486 -DSCO5"
66956695
;;
66966696
esac
6697+
6698+
OPT="$OPT -std=c99"
66976699
;;
66986700

66996701
*)

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,8 @@ then
14581458
SCO_SV*) OPT="$OPT -m486 -DSCO5"
14591459
;;
14601460
esac
1461+
1462+
OPT="$OPT -std=c99"
14611463
;;
14621464

14631465
*)

0 commit comments

Comments
 (0)