summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2017-09-27 18:34:23 +0300
committerSergey Kandaurov <pluknet@nginx.com>2017-09-27 18:34:23 +0300
commitaac0f06f3d548cf02107687d637c25e54b186b68 (patch)
tree110f7fbada2e93118d265d8b56a632bfc671dbc6 /configure
parent4f4647e1875e18cb24572add07f9438dbeb99caf (diff)
downloadunit-aac0f06f3d548cf02107687d637c25e54b186b68.tar.gz
unit-aac0f06f3d548cf02107687d637c25e54b186b68.tar.bz2
Better checking for shm_open() during configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8e49065d..e9ae6378 100755
--- a/configure
+++ b/configure
@@ -105,6 +105,8 @@ if [ $NXT_UNIX_DOMAIN = YES ]; then
nxt_have=NXT_HAVE_UNIX_DOMAIN . auto/have
fi
+NXT_LIBRT=
+
. auto/types
. auto/clang
. auto/atomic