]> git.kaiwu.me - nginx.git/commitdiff
add libgd include path
authorIgor Sysoev <igor@sysoev.ru>
Mon, 4 May 2009 15:57:12 +0000 (15:57 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 4 May 2009 15:57:12 +0000 (15:57 +0000)
auto/lib/libgd/conf

index 3a5277048e93fbe07cf2b9b3d74208a8b73ed4eb..6378723706e6afa4c243c8c6ec79149f0630c0f4 100644 (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