summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-07 06:38:16 +0000
committermidipix <writeonce@midipix.org>2024-03-07 07:03:43 +0000
commit65ff44265861259b0d08b63545ae55a347bc3649 (patch)
treef6232e4c7d9b23bb1d539badbebc2cbf9a5400fc /configure
parent273759203b58518c9f14ded1ddfb2640bda239ee (diff)
downloadperk-65ff44265861259b0d08b63545ae55a347bc3649.tar.bz2
perk-65ff44265861259b0d08b63545ae55a347bc3649.tar.xz
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d7daf8d..839d8b3 100755
--- a/configure
+++ b/configure
@@ -932,7 +932,7 @@ config_host()
mb_cfghost_cflags="$mb_cfghost_cflags -ffreestanding"
mb_cfghost_cflags="$mb_cfghost_cflags -nostdlib"
else
- printf 'int main(void){return 0;}' \
+ printf 'int main(void){return 0;}\n' \
> "$mb_cfghost_tmpname"
fi