changeset 2796:c85101146a78

add libgd include path
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 15:57:12 +0000
parents d82d08314f78
children 90422d071d3f
files auto/lib/libgd/conf
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/libgd/conf
+++ b/auto/lib/libgd/conf
@@ -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