From 77304c6a2c8fe164faedc1bd55430934f9992690 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 8 Dec 2009 12:53:54 +0000 Subject: [PATCH] print libatomic configure summary --- auto/summary | 6 ++++++ 1 file changed, 6 insertions(+) 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