]> git.kaiwu.me - nginx.git/commitdiff
r2582, r2583 merge:
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 16:44:53 +0000 (16:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 16:44:53 +0000 (16:44 +0000)
--with-pcre

auto/options

index e00bf976475d5ea3c510de55bec37c1321acc9fb..268ece99ca527b7a8753195b8c7c1c73f2221371 100644 (file)
@@ -215,6 +215,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"          ;;
 
@@ -333,7 +334,8 @@ cat << END
                                      pentium, pentiumpro, pentium3, pentium4,
                                      athlon, opteron, sparc32, sparc64, ppc64
 
-  --without-pcre                     disable PCRE libarary usage
+  --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