mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
print libatomic configure summary
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user