From: Igor Sysoev Date: Tue, 8 Dec 2009 12:53:54 +0000 (+0000) Subject: print libatomic configure summary X-Git-Tag: release-0.8.30~4 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=77304c6a2c8fe164faedc1bd55430934f9992690;p=nginx.git print libatomic configure summary --- 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