diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2017-09-27 18:34:23 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2017-09-27 18:34:23 +0300 |
commit | aac0f06f3d548cf02107687d637c25e54b186b68 (patch) | |
tree | 110f7fbada2e93118d265d8b56a632bfc671dbc6 /configure | |
parent | 4f4647e1875e18cb24572add07f9438dbeb99caf (diff) | |
download | unit-aac0f06f3d548cf02107687d637c25e54b186b68.tar.gz unit-aac0f06f3d548cf02107687d637c25e54b186b68.tar.bz2 |
Better checking for shm_open() during configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |