print libatomic configure summary
diff --git a/auto/summary b/auto/summary
index b0f6b19..50cbbf9 100644
--- a/auto/summary
+++ b/auto/summary
@@ -71,6 +71,12 @@
     *)     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