Skip to content

Commit

Permalink
Configure: style fixes for autoconf.err.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Oct 24, 2015
1 parent c0eb2f0 commit 33cd01e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions auto/endianness
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions auto/types/uintptr_t
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33cd01e

Please sign in to comment.