add libgd include path

This commit is contained in:
Igor Sysoev 2009-05-04 15:57:12 +00:00
parent e7b2f1809f
commit fd5db1eb62

View File

@ -65,6 +65,7 @@ fi
if [ $ngx_found = yes ]; then
CORE_INCS="$CORE_INCS $ngx_feature_path"
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
else