mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
print libatomic configure summary
This commit is contained in:
parent
58b1f9e9e4
commit
77304c6a2c
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@ case $ZLIB in
|
|||
*) echo " + using zlib library: $ZLIB" ;;
|
||||
esac
|
||||
|
||||
case $NGX_LIBATOMIC in
|
||||
YES) echo " + using system libatomic_ops library" ;;
|
||||
NO) ;; # not used
|
||||
*) echo " + using libatomic_ops library: $NGX_LIBATOMIC" ;;
|
||||
esac
|
||||
|
||||
echo
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue