From: Ruslan Ermilov Date: Thu, 24 Jan 2013 16:14:12 +0000 (+0000) Subject: Configure: fixed style of include directories. X-Git-Tag: release-1.3.12~18 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=9e334857a1709b5c5d4e587d042f6da673f7041e;p=nginx.git Configure: fixed style of include directories. --- diff --git a/auto/lib/geoip/conf b/auto/lib/geoip/conf index 3764d7649..02f813e25 100644 --- a/auto/lib/geoip/conf +++ b/auto/lib/geoip/conf @@ -34,7 +34,7 @@ if [ $ngx_found = no ]; then # NetBSD port ngx_feature="GeoIP library in /usr/pkg/" - ngx_feature_path="/usr/pkg/include/" + ngx_feature_path="/usr/pkg/include" if [ $NGX_RPATH = YES ]; then ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lGeoIP" diff --git a/auto/lib/libgd/conf b/auto/lib/libgd/conf index b0bc74c15..ff99054db 100644 --- a/auto/lib/libgd/conf +++ b/auto/lib/libgd/conf @@ -35,7 +35,7 @@ if [ $ngx_found = no ]; then # NetBSD port ngx_feature="GD library in /usr/pkg/" - ngx_feature_path="/usr/pkg/include/" + ngx_feature_path="/usr/pkg/include" if [ $NGX_RPATH = YES ]; then ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lgd"