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
commit63d0028308d8093c73962139c02cc5a34bf46c98 (patch)
tree5ed19df03196f3b4040383b175bec48c82e3ad4d /configure
parent665365f12e83b5e74d8230b86bbf12afdf925dab (diff)
downloadntcon-63d0028308d8093c73962139c02cc5a34bf46c98.tar.bz2
ntcon-63d0028308d8093c73962139c02cc5a34bf46c98.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