view auto/nohave @ 4163:b8b4766fec8c stable-1.0

Merging r4098: In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 14:09:44 +0000
parents 42d11f017717
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  0
#endif

END