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
commita47870df9806ab9b157ef4d276f4d223e0f38fad (patch)
tree3b4ed3f88e5627207907e886db7d2c5871d13568 /configure
parentb6ae3e9f1404d5ddd57a2a54a8f6aad88e319ddb (diff)
downloadsbpython2-a47870df9806ab9b157ef4d276f4d223e0f38fad.tar.bz2
sbpython2-a47870df9806ab9b157ef4d276f4d223e0f38fad.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