mirror of
https://github.com/nginx/nginx.git
synced 2026-08-29 05:22:03 +00:00
Configure: style fixes for autoconf.err.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
c0eb2f0759
commit
33cd01ed57
2 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,8 +4,13 @@
|
|||
|
||||
|
||||
echo $ngx_n "checking for uintptr_t ...$ngx_c"
|
||||
echo >> $NGX_AUTOCONF_ERR
|
||||
echo "checking for uintptr_t" >> $NGX_AUTOCONF_ERR
|
||||
|
||||
cat << END >> $NGX_AUTOCONF_ERR
|
||||
|
||||
----------------------------------------
|
||||
checking for uintptr_t
|
||||
|
||||
END
|
||||
|
||||
found=no
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue