mirror of
https://github.com/nginx/nginx.git
synced 2025-01-07 14:43:00 -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" ;;
|
*) echo " + using zlib library: $ZLIB" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case $NGX_LIBATOMIC in
|
||||||
|
YES) echo " + using system libatomic_ops library" ;;
|
||||||
|
NO) ;; # not used
|
||||||
|
*) echo " + using libatomic_ops library: $NGX_LIBATOMIC" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user