From 33cd01ed5715bb3922033203125d3de46fba19f2 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Fri, 23 Oct 2015 18:21:33 -0700 Subject: Configure: style fixes for autoconf.err. Signed-off-by: Piotr Sikora --- auto/endianness | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'auto/endianness') diff --git a/auto/endianness b/auto/endianness index 93da2f80d..70b0a106c 100644 --- a/auto/endianness +++ b/auto/endianness @@ -4,8 +4,13 @@ echo $ngx_n "checking for system byte ordering ...$ngx_c" -echo >> $NGX_ERR -echo "checking for system byte ordering" >> $NGX_ERR + +cat << END >> $NGX_AUTOCONF_ERR + +---------------------------------------- +checking for system byte ordering + +END cat << END > $NGX_AUTOTEST.c -- cgit