summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/make b/auto/lib/make
index 170311c63..f22767eb4 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -22,6 +22,10 @@ if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then
. auto/lib/zlib/make
fi
+if [ $NGX_LIBATOMIC != NO -a $NGX_LIBATOMIC != YES ]; then
+ . auto/lib/libatomic/make
+fi
+
if [ $USE_PERL = YES ]; then
. auto/lib/perl/make
fi