summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-12-08 12:53:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-12-08 12:53:54 +0000
commit77304c6a2c8fe164faedc1bd55430934f9992690 (patch)
tree3775f6f5c2cde64a193c37c3b89c3bb713a2e9a0
parent58b1f9e9e4eb4be7c46ecfaf4a1592ec93a2d4b6 (diff)
downloadnginx-77304c6a2c8fe164faedc1bd55430934f9992690.tar.gz
nginx-77304c6a2c8fe164faedc1bd55430934f9992690.tar.bz2
print libatomic configure summary
-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