mirror of
https://github.com/nginx/nginx.git
synced 2025-01-04 13:17:15 -06:00
print libatomic configure summary
This commit is contained in:
parent
58b1f9e9e4
commit
77304c6a2c
@ -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 New Issue
Block a user