summaryrefslogtreecommitdiffhomepage
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:42 +0000
commit6115174417afdb22ac3f9319198bbe1ba97f29f9 (patch)
treed2582c6e7ecbe64ec99c37c84944417657884c39 /configure
parent659ac4d3f99d7eca878e4f043ac883fdeaa0aa4a (diff)
downloadmmglue-6115174417afdb22ac3f9319198bbe1ba97f29f9.tar.bz2
mmglue-6115174417afdb22ac3f9319198bbe1ba97f29f9.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