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:45 +0000
commitbb4fe16677aa12fe8e8ca8ace06ab4d6bf5aea02 (patch)
tree3b34711a26df3b16708a5f225cb5e625b664b113 /configure
parentc668e4a7741352cd9e8811fafacd9322d92f20f9 (diff)
downloadw32lib-bb4fe16677aa12fe8e8ca8ace06ab4d6bf5aea02.tar.bz2
w32lib-bb4fe16677aa12fe8e8ca8ace06ab4d6bf5aea02.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