summaryrefslogtreecommitdiffhomepage
path: root/auto/endianness
diff options
context:
space:
mode:
Diffstat (limited to 'auto/endianness')
-rw-r--r--auto/endianness9
1 files changed, 7 insertions, 2 deletions
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