]> git.kaiwu.me - nginx.git/commitdiff
--with-pcre
authorIgor Sysoev <igor@sysoev.ru>
Thu, 19 Mar 2009 16:06:32 +0000 (16:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 19 Mar 2009 16:06:32 +0000 (16:06 +0000)
auto/options

index 8c78dbe5cfb561e02438dff39208d024ffb2dace..e90e15abba2776bbafe87449572119fd8a790c44 100644 (file)
@@ -231,6 +231,7 @@ do
         --with-debug)                    NGX_DEBUG=YES              ;;
 
         --without-pcre)                  USE_PCRE=DISABLED          ;;
+        --with-pcre)                     USE_PCRE=YES               ;;
         --with-pcre=*)                   PCRE="$value"              ;;
         --with-pcre-opt=*)               PCRE_OPT="$value"          ;;
 
@@ -357,6 +358,7 @@ cat << END
                                      athlon, opteron, sparc32, sparc64, ppc64
 
   --without-pcre                     disable PCRE library usage
+  --with-pcre                        force PCRE library usage
   --with-pcre=DIR                    set path to PCRE library sources
   --with-pcre-opt=OPTIONS            set additional options for PCRE building