aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-04-12 20:34:50 -0700
committerMichael Forney <mforney@mforney.org>2022-01-22 11:36:12 -0800
commit65d860fade5a39fb62b0b39081edbce199e40d58 (patch)
tree8b9f39a6aa9224efc4aae093061ddfe577a3c196 /configure
parent0bc29c89c13a61806a28f054f04a01afd8242669 (diff)
downloadcproc-65d860fade5a39fb62b0b39081edbce199e40d58.tar.xz
Port to C99
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index be7a95b..fe5688a 100755
--- a/configure
+++ b/configure
@@ -169,7 +169,7 @@ cat >config.mk <<EOF
PREFIX=$prefix
BINDIR=$bindir
CC=${CC:-cc}
-CFLAGS=${CFLAGS:--std=c11 -Wall -Wpedantic -Wno-parentheses -Wno-switch -g -pipe}
+CFLAGS=${CFLAGS:--std=c99 -Wall -Wpedantic -Wno-parentheses -Wno-switch -g -pipe}
LDFLAGS=$LDFLAGS
EOF
echo done