changeset 3380:1d9063f7483c

print libatomic configure summary
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Dec 2009 12:53:54 +0000
parents 0c517d0cabe0
children 49f977515733
files auto/summary
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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