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
commit0533d011af709fa9f7b44479c3a1d5ab6c590632 (patch)
treea776853342ea82941799902e47e2b164907fd4f1 /configure
parentef67d8f582db6a1f06388f6f4c817b6d5b613a67 (diff)
downloadntapi-0533d011af709fa9f7b44479c3a1d5ab6c590632.tar.bz2
ntapi-0533d011af709fa9f7b44479c3a1d5ab6c590632.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