diff auto/lib/conf @ 3363:b4aa418af6ef

libatomic_ops support
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Nov 2009 17:55:25 +0000
parents 31af2d1a742e
children b659514a3948
line wrap: on
line diff
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -70,6 +70,11 @@ fi
 if [ $HTTP_GEOIP = YES ]; then
     . auto/lib/geoip/conf
 fi
+
 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
     . auto/lib/google-perftools/conf
 fi
+
+if [ $NGX_LIBATOMIC != NO ]; then
+    . auto/lib/libatomic/conf
+fi