| commit | 77304c6a2c8fe164faedc1bd55430934f9992690 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 08 12:53:54 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 08 12:53:54 2009 +0000 |
| tree | 3775f6f5c2cde64a193c37c3b89c3bb713a2e9a0 | |
| parent | 58b1f9e9e4eb4be7c46ecfaf4a1592ec93a2d4b6 [diff] [blame] |
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