comparison auto/lib/openssl/conf @ 875:7af8276b1c2f

test PCRE in FreeBSD, Linux, and NetBSD
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Nov 2006 11:07:09 +0000
parents 4e296b7d25bf
children 41f993457021
comparison
equal deleted inserted replaced
874:98afa13ea7e5 875:7af8276b1c2f
45 45
46 ngx_feature="OpenSSL library" 46 ngx_feature="OpenSSL library"
47 ngx_feature_name="NGX_OPENSSL" 47 ngx_feature_name="NGX_OPENSSL"
48 ngx_feature_run=no 48 ngx_feature_run=no
49 ngx_feature_incs="#include <openssl/ssl.h>" 49 ngx_feature_incs="#include <openssl/ssl.h>"
50 ngx_feature_path=
50 ngx_feature_libs="-lssl -lcrypto" 51 ngx_feature_libs="-lssl -lcrypto"
51 ngx_feature_test="SSL_library_init()" 52 ngx_feature_test="SSL_library_init()"
52 . auto/feature 53 . auto/feature
53 54
54 if [ $ngx_found = yes ]; then 55 if [ $ngx_found = yes ]; then