diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 06:59:17 +0000 |
commit | 8a41491b40aa67c8907911bade0471ea1a25099d (patch) | |
tree | 47d2c35d7b988fba99fc0298d087e28740dff35b /configure | |
parent | 6b2fa6f84296ba76206459a8f6e380f7bd3f817f (diff) | |
download | slibtool-8a41491b40aa67c8907911bade0471ea1a25099d.tar.bz2 slibtool-8a41491b40aa67c8907911bade0471ea1a25099d.tar.xz |
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |