summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--auto/summary6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
index b0f6b1974..50cbbf97b 100644
--- a/auto/summary
+++ b/auto/summary
@@ -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